diff options
author | Araq <rumpf_a@web.de> | 2012-07-15 10:00:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-15 10:00:34 +0200 |
commit | 1279bd285507524d32bc7bfe6c2d4c706d1157a9 (patch) | |
tree | 9d193e884517740f6e658472e8d26bf10b332844 /compiler/c2nim/tests/systest.c | |
parent | 96be38e79419d646190fa16122804edef7b51f8a (diff) | |
download | Nim-1279bd285507524d32bc7bfe6c2d4c706d1157a9.tar.gz |
c2nim and system.nim now agree on a C type mapping
Diffstat (limited to 'compiler/c2nim/tests/systest.c')
-rwxr-xr-x | compiler/c2nim/tests/systest.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/c2nim/tests/systest.c b/compiler/c2nim/tests/systest.c index 389fdfdc2..241526e07 100755 --- a/compiler/c2nim/tests/systest.c +++ b/compiler/c2nim/tests/systest.c @@ -15,6 +15,8 @@ typedef const char* (*callback2)(int rc, long L, const char* buffer); int aw_callback_set (AW_CALLBACK c, callback_t callback ); int aw_instance_callback_set (AW_CALLBACK c, callback_t callback); +unsigned long int wawa; + #define AW_BUILD 85 // AW 5.0 // Limits #define AW_MAX_AVCHANGE_PER_SECOND 10 @@ -34,7 +36,7 @@ int aw_instance_callback_set (AW_CALLBACK c, callback_t callback); #mangle "'XML_'{.*}" "$1" #private "'XML_ParserStruct'" -#mangle cunsignedint cint +#mangle cuint cint unsigned int uiVar; |