gcc/gcc/gstab.h

15 lines
215 B
C
Raw Normal View History

#ifndef GCC_GSTAB_H
#define GCC_GSTAB_H
1997-08-11 17:56:58 +02:00
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#endif /* ! GCC_GSTAB_H */