Commit 9500c902 by Jason Merrill

make x a long

From-SVN: r45278
parent d0d19c87
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment