* src/regression/Makefile: removed bool2.c test, added -q linker option
[fw/sdcc] / src / regression / add.c
index d3e1406bd0cf2731ae40c2a60b37e9f91854e7f8..118d5c96626de2d29bc21af3c9f944e0e12767bb 100644 (file)
@@ -4,7 +4,7 @@
 
 /* bit types are not ANSI - so provide a way of disabling bit types
  * if this file is used to test other compilers besides SDCC */
-#define SUPPORT_BIT_TYPES 1
+#define SUPPORT_BIT_TYPES 0
 
 /* Some compilers that support bit types do not support bit arithmetic 
  * (like bitx = bity + bitz;) */