X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCglobl.h;h=53146665d764fed2f2e3833112a9866f1fa5bb46;hb=45f3be401cb70e312b1185e96b9fc6279f930981;hp=e4c64ca4f28334d358f5f748d99a011a9f96e613;hpb=f5d0b4482025a6fddd4d37ce3bac5d037c343257;p=fw%2Fsdcc diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index e4c64ca4..53146665 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -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 */