https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 93d9dad994a73521a218e41d8d2ed23ff403f246 authored by Daniel Fort on 10 January 2019, 19:35:28 UTC
1300D: added Model ID to propvalues.h
Tip revision: 93d9dad
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