X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_config.h;h=1842ca3a02e8a8e72010e027af6210bce7b25c23;hb=225580e8d7eabc0488b2ac4437cd34ec65cc93d6;hp=d4f739653edb23381eb96ed29e5008198234ed2a;hpb=cd5e1a2889b42b1448dfc4928c583d823159349e;p=libfirm diff --git a/ir/libcore/lc_config.h b/ir/libcore/lc_config.h index d4f739653..1842ca3a0 100644 --- a/ir/libcore/lc_config.h +++ b/ir/libcore/lc_config.h @@ -23,23 +23,10 @@ * @author Sebastian Hack * @date 22.12.2004 */ - #ifndef _LC_CONFIG_H #define _LC_CONFIG_H -#if defined(__STD_VERSION__) && __STD_VERSION >= 199901L -#define LC_HAVE_C99 1 -#endif - -/* ISO C99 Standard stuff */ -#ifdef LC_HAVE_C99 -#define LC_FUNCNAME __func__ -#define LC_UNUSED(x) x -#define LC_LONGLONG long long -#define LC_LONGDOUBLE long double - -/* definitions using GCC */ -#elif defined(__GNUC__) +#if defined(__GNUC__) #define inline __inline__ #define LC_FUNCNAME __FUNCTION__