https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c470e6254369ab1e0ed8e6d280decaea1541b16f authored by Giovanni C on 13 February 2014, 10:43:25 UTC
Close branch mlv_rec
Tip revision: c470e62
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