Revision 8c453ec29bd697143c633a3fdda74b279445b180 authored by dannephoto on 18 July 2017, 09:48:56 UTC, committed by dannephoto on 18 July 2017, 09:48:56 UTC
1 parent 1072f23
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