386BSD 0.0 development
[unix-history] / usr / src / usr.bin / gcc / cc1 / stab.h
CommitLineData
373de247
WJ
1#ifndef __GNU_STAB__
2
3/* Indicate the GNU stab.h is in use. */
4
5#define __GNU_STAB__
6
7#define __define_stab(NAME, CODE, STRING) NAME=CODE,
8
9enum __stab_debug_code
10{
11#include "stab.def"
12};
13
14#undef __define_stab
15
16#endif /* __GNU_STAB_ */