clean up a bunch of compiler warnings
[fw/sdcc] / support / cpp / cpplib.h
index 7787f7d84d20005398c7fdf1d04e1a6c958e7294..dd5f7a013e128cd5c349dc8c8fc19fed6fc501cd 100644 (file)
@@ -649,7 +649,7 @@ extern cpp_hashnode* cpp_lookup PARAMS ((cpp_reader*, const U_CHAR*,
 /* Define the MS VC6 stuff - Some of these should also be defined for
 the other hosts but they are here until declared safe for all */
 
-#if defined(_MSC_VER)
+#if 1 // defined(_MSC_VER)
 
 void init_parse_file (cpp_reader *pfile) ;