diff include/types.h @ 276:ed4af33681d8

Switch base types to 64-bit versions
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 14:59:27 -0400
parents 20bf7487c370
children 1afa94582275
line wrap: on
line diff
--- a/include/types.h	Tue Sep 02 14:40:57 2008 -0400
+++ b/include/types.h	Tue Sep 02 14:59:27 2008 -0400
@@ -1,5 +1,5 @@
-typedef int lw_Basis_int;
-typedef float lw_Basis_float;
+typedef long long lw_Basis_int;
+typedef double lw_Basis_float;
 typedef char* lw_Basis_string;
 
 struct __lws_0 {