Module Name: src Committed By: rillig Date: Sun Jun 12 13:37:32 UTC 2022
Modified Files: src/usr.bin/make: make.h parse.c var.c Log Message: make: reorganize Parse_Error Determining the location where the error occurred is now done by ParseVErrorInternal. This frees the remaining code from keeping the filename and the line number together. It also makes Parse_Error short enough that it might be worth providing a separate function for each of the 3 log levels. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/usr.bin/make/make.h cvs rdiff -u -r1.679 -r1.680 src/usr.bin/make/parse.c cvs rdiff -u -r1.1021 -r1.1022 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.