https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7f812755c8947c3de2700b224a9cfc700d1c37cf authored by a1ex on 30 September 2015, 18:09:25 UTC
Close branch cr2hdr-20bit
Tip revision: 7f81275
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