https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 894717319fcc86dc497135cea6b60a802fc0cb9f authored by Daniel Fort on 09 January 2017, 23:21:13 UTC
dmilligan's advice -- looks perfect and tested in ACR
Tip revision: 8947173
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