https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a2ff6d4bf23fa5d892b623d08520863de8b4cfd4 authored by alex@thinkpad on 21 June 2018, 06:00:06 UTC
Close branch crop_rec_4k-raw.c_consolidation
Tip revision: a2ff6d4
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