https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 324eb376bb9512a8f0fd9bd0d1bada56094b67c6 authored by Daniel Fort on 05 November 2015, 15:24:54 UTC
Fixed dpjpandone's typo.
Tip revision: 324eb37
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