make x a long

From-SVN: r45278
This commit is contained in:
Jason Merrill 2001-08-29 18:36:26 -04:00
parent d0d19c87a6
commit 9500c9029d

View File

@ -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)