comparison 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
comparison
equal deleted inserted replaced
275:73456bfde988 276:ed4af33681d8
1 typedef int lw_Basis_int; 1 typedef long long lw_Basis_int;
2 typedef float lw_Basis_float; 2 typedef double lw_Basis_float;
3 typedef char* lw_Basis_string; 3 typedef char* lw_Basis_string;
4 4
5 struct __lws_0 { 5 struct __lws_0 {
6 }; 6 };
7 7