Update a comment.

This commit is contained in:
Stephen Heumann 2022-02-06 15:08:04 -06:00
parent 7d4f923470
commit efb363a04d
1 changed files with 1 additions and 1 deletions

View File

@ -4066,7 +4066,7 @@ printMacroExpansions := false; {don't print the token list}
skipIllegalTokens := false; {flag illegal tokens in skipped code}
allowLongIntChar := false; {allow long int char constants}
allowTokensAfterEndif := false; {allow tokens after #endif}
allowSlashSlashComments := true; {allow // comments}
allowSlashSlashComments := true; {allow // comments (C99)}
allowMixedDeclarations := true; {allow mixed declarations & stmts (C99)}
c99Scope := true; {follow C99 rules for block scopes}
looseTypeChecks := true; {loosen some standard type checks}