* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / regression / struct1.c
index 6929ecd6ccb6b3b69e1a05f7ab0d515b667db4e3..99b9f21c3aa817611f673d712d8e62a05dc31b84 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;) */