Revision 359ee066e95646100420e3e1f3b7c47eab03df91 authored by alex@thinkpad on 08 July 2016, 20:30:36 UTC, committed by alex@thinkpad on 08 July 2016, 20:30:36 UTC
1 parent 7e0029b
Raw File
stab.h
#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_ */
back to top