https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7f4baaa9250ee514a7895a6441b742121c7e9473 authored by Daniel Fort on 24 December 2018, 12:08:42 UTC
Closed branch unified-find-SRM_BUFFER_SIZE
Tip revision: 7f4baaa
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