* device/lib/z80/printf.c: Changed emitter to volatile to work
[fw/sdcc] / src / SDCCmain.c
index 27573f58a88e91a9e15bc1b70a42dd644ca82f5b..c1510d14e16761f8a13c1e3e22a45e8e29046aa4 100644 (file)
@@ -235,7 +235,7 @@ static const char *_baseValues[] = {
   NULL
 };
 
-static const char *_preCmd = "{cpp} -Wall -lang-c++ -DSDCC=1 {cppextraopts} {fullsrcfilename} {cppoutfilename}";
+static const char *_preCmd = "{cpp} -nostdinc -Wall -lang-c++ -DSDCC=1 {cppextraopts} {fullsrcfilename} {cppoutfilename}";
 
 PORT *port;