* support/regression/tests/bitvars.c: corrected the "fix"
[fw/sdcc] / support / regression / tests / bitvars.c
index 727c603e2c08c6ac06358efbf0842109cc1637af..b9a146a0c53a36f49cfcf123a7ed78bc9011a383 100644 (file)
 #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