https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7e6e86fc96e900f562385a739b0317cd508faa3e authored by Daniel Fort on 08 August 2017, 16:09:20 UTC
Closed branch dm-spy-experiments-EOSM2.103
Tip revision: 7e6e86f
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