ultimatepp/bazaar/plugin/tcc/stab.h
koldo e14e3b4aac tcc: Moving it to Bazaar/plugin (2)
git-svn-id: svn://ultimatepp.org/upp/trunk@3781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-25 21:07:51 +00:00

17 lines
259 B
C

#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"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#endif /* __GNU_STAB_ */