Module Name: src Committed By: rillig Date: Sun Feb 14 18:59:36 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: clean up ValidShortVarname The switch statement was hard to read, especially the "break" that needed a comment since it was effectively a "continue". To generate a diff of this commit: cvs rdiff -u -r1.817 -r1.818 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.