summaryrefslogtreecommitdiff
path: root/cgaas.h
diff options
context:
space:
mode:
authorJohn van Groningen2006-05-01 14:17:26 +0000
committerJohn van Groningen2006-05-01 14:17:26 +0000
commitb2d4c9be8fd379aa56d8bc392f94b3fb0dc055ef (patch)
tree42f1f2423ebdad6d00aaa85b462a045002f81a43 /cgaas.h
parentenable NO_STRING_ADDRESS_IN_DESCRIPTOR for sparc (diff)
use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux
Diffstat (limited to 'cgaas.h')
-rw-r--r--cgaas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgaas.h b/cgaas.h
index 89af0dc..d9631fc 100644
--- a/cgaas.h
+++ b/cgaas.h
@@ -29,7 +29,7 @@ void write_version_and_options (int version,int options);
void write_depend (char *module_name);
#endif
-struct ms { __int64 m; int s; };
+struct ms { int_64 m; int s; };
-extern struct ms magic (__int64 d);
+extern struct ms magic (int_64 d);