use unsigned long long for bits
This commit is contained in:
parent
0cedf8e6cf
commit
dc2b1458ac
1 changed files with 1 additions and 1 deletions
2
all.h
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue