commit dc2b1458ac51eed70317fcd6dfd68574459d1dc8
parent 0cedf8e6cf8735b0de49b2bcbdbe43a65b88ab11
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Sat, 16 Apr 2016 14:58:13 -0400
use unsigned long long for bits
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;