]> git.sur5r.net Git - cc65/blobdiff - src/cc65/global.c
Introduce a -E flag that activates just the preprocessor.
[cc65] / src / cc65 / global.c
index 1d2847d410e768272b8c1a366b4e732d9ccb1359..1a9d01aab22e020b63bdbf5e4d7c3db98e8cc373 100644 (file)
@@ -46,7 +46,7 @@
 unsigned char AddSource                = 0;    /* Add source lines as comments */
 unsigned char DebugInfo                = 0;    /* Add debug info to the obj */
 unsigned char CreateDep                = 0;    /* Create a dependency file */
-unsigned char ANSI             = 0;    /* Strict ANSI flag */
+unsigned char PreprocessOnly    = 0;    /* Just preprocess the input */
 unsigned      RegisterSpace     = 6;    /* Space available for register vars */
 
 /* Stackable options */
@@ -64,4 +64,3 @@ IntStack CodeSizeFactor           = INTSTACK(100);/* Size factor for generated code */
 
 
 
-