1*f4a2713aSLionel Sambuc /* Fake system header for Sema/conversion.c */ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc #define LONG_MAX __LONG_MAX__ 4*f4a2713aSLionel Sambuc #define SETBIT(set,bit) do { int i = bit; set[i/(8*sizeof(set[0]))] |= (1 << (i%(8*sizeof(set)))); } while(0) 5