gdb-3.3
[deliverable/binutils-gdb.git] / gdb / hp-include / stab.h
CommitLineData
4187119d 1#ifndef __GNU_STAB__
e91b87a3 2
4187119d 3/* Indicate the GNU stab.h is in use. */
e91b87a3 4
4187119d 5#define __GNU_STAB__
e91b87a3 6
4187119d 7#define __define_stab(NAME, CODE, STRING) NAME=CODE,
e91b87a3 8
4187119d 9enum __stab_debug_code
10{
11#include "stab.def"
12};
13
14#undef __define_stab
15
16#endif /* __GNU_STAB_ */
This page took 0.023132 seconds and 4 git commands to generate.