Home | History | Annotate | Download | only in Inputs
      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