Revision 24de4f13c1ae699afb1573d31a1b333dc17b8b8c authored by Andrew Gallatin on 14 January 2010, 20:58:19 UTC, committed by Andrew Gallatin on 14 January 2010, 20:58:19 UTC
1 parent 0985a59
Raw File
gstab.h
#ifndef GCC_GSTAB_H
#define GCC_GSTAB_H

#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 */
back to top