* src/regression/Makefile: removed bool2.c test, added -q linker option
[fw/sdcc] / src / regression / sub2.c
index 60c1c9096f5964f8ce125ea6156ee62b96c72caa..44b54d5e66aab72511161bac6baf09ac8090cd30 100644 (file)
@@ -3,7 +3,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;) */