Module Name: src Committed By: rillig Date: Fri Jul 3 14:14:04 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): refactor ApplyModifiers Previously, ApplyModifiers was 1200 lines long and pretty complicated. Now each of the complicated modifiers has its own function, which reduces the indentation and makes it possible to use early returns. To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 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.