Module Name: src Committed By: rillig Date: Tue Dec 14 00:45:11 UTC 2021
Modified Files: src/usr.bin/make: parse.c Log Message: make: remove dead code for handling traditional include directives This code is not reached, a line containing only the word "include" is categorized as error before. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.579 -r1.580 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.