Module Name: src Committed By: rillig Date: Fri Jan 22 00:12:01 UTC 2021
Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func-defined.exp cond-func.exp Log Message: make(1): remove "warning" from missing closing parenthesis This only affects the diagnostics for parse errors that involve a missing closing parenthesis. Whether or not this is a parse error is still the same. It may look redundant to pass both the CondParser and the parsing position pp to the functions, but that's necessary since during parsing, not every code path updates the main parsing position immediately. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/make/cond.c cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/cond-func-defined.exp \ src/usr.bin/make/unit-tests/cond-func.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.