]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gcc/gstab.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / gcc / gstab.h
1 #ifndef GCC_GSTAB_H
2 #define GCC_GSTAB_H
3
4 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
5
6 enum __stab_debug_code
7 {
8 #include "stab.def"
9 LAST_UNUSED_STAB_CODE
10 };
11
12 #undef __define_stab
13
14 #endif /* ! GCC_GSTAB_H */