https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9f095f820f76eb18e590440466ac378cc917f6a7 authored by Daniel Fort on 29 September 2017, 15:05:15 UTC
Closed branch update-to-700D.115
Tip revision: 9f095f8
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