https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7eac821a0b664a457d5a1c6aa4084363a7f24285 authored by Daniel Fort on 05 November 2018, 16:36:33 UTC
Found 1100D stubs
Tip revision: 7eac821
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