Revision f72338ad7d45146f7242029dd4b437022a40f314 authored by alex@thinkpad on 21 April 2016, 06:27:54 UTC, committed by alex@thinkpad on 21 April 2016, 06:27:54 UTC
2 parent s 800a823 + 92e96de
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