git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3677
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
+
+ * support/regression/tests/bitvars.c: corrected the "fix"
+
2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
* support/regression/tests/bitvars.c,
#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