]> git.sur5r.net Git - cc65/blobdiff - src/cc65/global.h
Introduce a -E flag that activates just the preprocessor.
[cc65] / src / cc65 / global.h
index 873e63b4ee3348a7ee023006cefaec31196d2c63..d7820c715312ba0aa4dbba48c8fc6008245caca7 100644 (file)
@@ -53,7 +53,7 @@
 extern unsigned char   AddSource;              /* Add source lines as comments */
 extern unsigned char   DebugInfo;              /* Add debug info to the obj */
 extern unsigned char   CreateDep;              /* Create a dependency file */
-extern unsigned char   ANSI;                   /* Strict ANSI flag */
+extern unsigned char    PreprocessOnly;         /* Just preprocess the input */
 extern unsigned         RegisterSpace;          /* Space available for register vars */
 
 /* Stackable options */