From: maartenbrock Date: Fri, 11 Feb 2005 19:09:41 +0000 (+0000) Subject: * support/regression/tests/bitvars.c: corrected the "fix" X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=92de349a096caffa5c49408c1c50a4f8c3898799;p=fw%2Fsdcc * support/regression/tests/bitvars.c: corrected the "fix" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3677 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 7a5b3fa4..e0cd1eef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-11 Maarten Brock + + * support/regression/tests/bitvars.c: corrected the "fix" + 2005-02-10 Maarten Brock * support/regression/tests/bitvars.c, diff --git a/support/regression/tests/bitvars.c b/support/regression/tests/bitvars.c index 727c603e..b9a146a0 100644 --- a/support/regression/tests/bitvars.c +++ b/support/regression/tests/bitvars.c @@ -14,10 +14,9 @@ #define NO_BITS #endif -#if defined __GNUC__ - #if (__GNUC__ < 3) - //since this fails on GCC 2.95.4 on alpha and I don't know how to detect alpha... - #define NO_BITS +#if defined (__GNUC__) && (__GNUC__ < 3) +//since this fails on GCC 2.95.4 on alpha and I don't know how to detect alpha... +#define NO_BITS #endif #ifndef NO_BITS