Add predictability in CType initialization.
[tinycc.git] / stab.h
blob80bd594a36aa19839ded47735a8f7ee95446346d
1 #ifndef __GNU_STAB__
3 /* Indicate the GNU stab.h is in use. */
5 #define __GNU_STAB__
7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
9 enum __stab_debug_code
11 #include "stab.def"
12 LAST_UNUSED_STAB_CODE
15 #undef __define_stab
17 #endif /* __GNU_STAB_ */