version 0.5.2
[fw/sdcc] / sim / ucsim / ddconfig_in.h
index 6a13aa0d5cd5400a888cc8d8beeaf878602e91c0..442fde0be932e525f66b55fe77d529319fdc47b4 100644 (file)
@@ -30,7 +30,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #define DD_TRUE  1
 #define DD_FALSE 0
-#define bool     int
+  //#define bool     int
+#define NIL    0
 
 #undef STDC_HEADERS
 #undef HAVE_GETOPT_H
@@ -76,6 +77,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #undef HAVE_FGETS
 
 #undef HAVE_YYLEX
+#undef HAVE_FLEX
+#undef YYTEXT_POINTER
 
 #undef RETSIGTYPE
 #undef SIZEOF_CHAR
@@ -100,6 +103,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #undef ACCEPT_SOCKLEN_T
 
+#undef STATISTIC
+
 #endif
 
 /* End of ddconfig.h */