* src/regression/Makefile: removed bool2.c test, added -q linker option
[fw/sdcc] / src / regression / add2.c
index f802f03e4dc32d930d9dadacb26c608b29ab9d86..f9536e4db1fe584e4cd3b032246de6bd5e4bb23f 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
 
 
 unsigned char failures=0;