https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a06e836219da7b58f8d8aaee4f402a5e6f0e902d authored by Giovanni C on 10 February 2014, 08:41:37 UTC
Close branch bnvm/added-1792-resolution-1390499796295
Tip revision: a06e836
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