https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bf6798c49e5be8a5cc8bda321ebeb4e019528564 authored by dannephoto on 26 September 2017, 21:23:01 UTC
Nikfreak found the correct stub
Tip revision: bf6798c
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