* doc/sdccman.lyx, src/SDCCmain.c, src/SDCCglobal.h, src/ds390/gen.c,
[fw/sdcc] / src / SDCCglobl.h
index e4c64ca4f28334d358f5f748d99a011a9f96e613..53146665d764fed2f2e3833112a9866f1fa5bb46 100644 (file)
@@ -279,7 +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 noVerboseAsm;           /* 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 */