Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / gstab.h
blobed510c164617ed5d7236580862a7c3a3e83e8c5a
1 #ifndef GCC_GSTAB_H
2 #define GCC_GSTAB_H
4 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
6 enum __stab_debug_code
8 #include "stab.def"
9 LAST_UNUSED_STAB_CODE
12 #undef __define_stab
14 #endif /* ! GCC_GSTAB_H */