https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 89ef4e1fd466af921b8d61eb1bec754b1673600a authored by danne on 22 July 2018, 16:20:58 UTC
added iso_reg module
Tip revision: 89ef4e1
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