https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c374e6b32ede6fae429928b2a100d03cf7977c15 authored by Daniel Fort on 16 October 2019, 18:13:28 UTC
5D3.136: partially working in QEMU
Tip revision: c374e6b
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