https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b4d7a29f9db4e141692449c3391370898e7bec7b authored by a1ex on 16 March 2014, 10:56:30 UTC
Close branch yuv_matrices
Tip revision: b4d7a29
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