]> git.gag.com Git - fw/sdcc/blobdiff - src/regression/sub.c
Applied patch #2762516
[fw/sdcc] / src / regression / sub.c
index fb0f1d6b5db5619b1ad63e8f8f83566b506de66a..db28d2091c94afde4e16003523e5ab2872ed93ec 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;) */
@@ -149,7 +149,6 @@ void sub_bits(void)
     failures++;
 #endif
 }
-#endif
 
 /* sub_bit2uchar(void) - assumes bit0 = 1, achar0 = 7  */
 
@@ -177,6 +176,7 @@ void sub_bit2uint(void)
     failures++;
 
 }
+#endif
 
 void sub_ucharFromLit(void)
 {