X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_config.h;h=d4f739653edb23381eb96ed29e5008198234ed2a;hb=e64d870786b1564302c650e90eb9d3e5599b139e;hp=3cb6bb6e86ae0346dcc4ad866ac75de5cf57d23b;hpb=de1b0c8d4f653f534a38740ad7f6803d82f2762e;p=libfirm diff --git a/ir/libcore/lc_config.h b/ir/libcore/lc_config.h index 3cb6bb6e8..d4f739653 100644 --- a/ir/libcore/lc_config.h +++ b/ir/libcore/lc_config.h @@ -33,7 +33,6 @@ /* ISO C99 Standard stuff */ #ifdef LC_HAVE_C99 -#define LC_INLINE inline #define LC_FUNCNAME __func__ #define LC_UNUSED(x) x #define LC_LONGLONG long long @@ -42,7 +41,7 @@ /* definitions using GCC */ #elif defined(__GNUC__) -#define LC_INLINE __inline__ +#define inline __inline__ #define LC_FUNCNAME __FUNCTION__ #define LC_UNUSED(x) x __attribute__((__unused__)) @@ -56,7 +55,6 @@ #elif defined(_MSC_VER) -#define LC_INLINE __inline #define LC_FUNCNAME "" #define LC_UNUSED(x) x #define LC_LONGLONG __int64 @@ -83,7 +81,7 @@ typedef unsigned __int64 uint64; /* default definitions */ #else /* defined(_MSC_VER) */ -#define LC_INLINE +#define inline #define LC_FUNCNAME "" #define LC_UNUSED(x) #define LC_LONGLONG long