summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index 7a636cc..c729b86 100644
--- a/all.h
+++ b/all.h
@@ -11,7 +11,7 @@
 typedef unsigned int uint;
 typedef unsigned short ushort;
 typedef unsigned long ulong;
-typedef unsigned long bits;
+typedef unsigned long long bits;
 
 typedef struct BSet BSet;
 typedef struct Ref Ref;