]> gcc.gnu.org Git - gcc.git/blame - gcc/gstab.h
fix
[gcc.git] / gcc / gstab.h
CommitLineData
88657302
RH
1#ifndef GCC_GSTAB_H
2#define GCC_GSTAB_H
861bb6c1
JL
3
4#define __define_stab(NAME, CODE, STRING) NAME=CODE,
5
6enum __stab_debug_code
7{
8#include "stab.def"
9LAST_UNUSED_STAB_CODE
10};
11
12#undef __define_stab
13
88657302 14#endif /* ! GCC_GSTAB_H */
This page took 0.868977 seconds and 5 git commands to generate.