old-cross-binutils/gas/config/stab.h
K. Richard Pixley 68a96e5326 Initial revision
1991-04-08 15:59:18 +00:00

16 lines
237 B
C
Executable file

#ifndef __GNU_STAB__
/* Indicate the GNU stab.h is in use. */
#define __GNU_STAB__
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
};
#undef __define_stab
#endif /* __GNU_STAB_ */