https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7d57604de7dbfc34bc6df2c5941ca1528a65c777 authored by alex@thinkpad on 23 March 2019, 13:19:51 UTC
adtg_gui: allow full range hex toggle for ENGIO registers
Tip revision: 7d57604
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