https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 04a6b52ca4b47d82fec80880ae1dce3480a92c6e authored by a1ex on 28 July 2014, 06:57:51 UTC
Close branch temperature-convertion
Tip revision: 04a6b52
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