make x a long
From-SVN: r45278
This commit is contained in:
parent
d0d19c87a6
commit
9500c9029d
@ -48,7 +48,7 @@ Two zoo[ 3 ] __attribute__((init_priority(1100))) = {
|
||||
|
||||
int Two::count;
|
||||
|
||||
int x = 0;
|
||||
long x = 0;
|
||||
|
||||
#define X( n ) \
|
||||
do { if ( x & (1 << (n)) ) return 1; else x |= (1 << (n)); } while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user