* src/SDCCglobl.h,
[fw/sdcc] / src / SDCCglobl.h
index 6348e417962386c902f5863f5fd79f4269814759..c55a38c7d52b890bdac052be3ad50230e5e79c69 100644 (file)
@@ -279,6 +279,7 @@ struct options
     int noCcodeInAsm;           /* hide c-code from asm */
     int iCodeInAsm;             /* show i-code in asm */
     int noPeepComments;         /* hide peephole optimizer comments */
+    int noGenComments;          /* hide comments generated with gen.c */
     int printSearchDirs;        /* display the directories in the compiler's search path */
     int vc_err_style;           /* errors and warnings are compatible with Micro$oft visual studio */
     int use_stdout;             /* send errors to stdout instead of stderr */