brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 768190f Raw
5 lines · c
1/* Fake system header for Sema/conversion.c */2 3#define LONG_MAX __LONG_MAX__4#define SETBIT(set,bit) do { int i = bit; set[i/(8*sizeof(set[0]))] |= (1 << (i%(8*sizeof(set)))); } while(0)5