https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4e763fbc142062788d4d96965b9d8722062eb64d authored by dannephoto on 07 May 2017, 04:08:15 UTC
Bouncyball patched ml-dng now working with lj92 compress output of dng files!!
Tip revision: 4e763fb
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