Module Name: src Committed By: rillig Date: Wed Oct 28 03:12:54 UTC 2020
Modified Files: src/usr.bin/make: parse.c Log Message: make(1): merge curFile into includes This makes GetActuallyIncludingFile simpler since it no longer needs the special case for curFile. The type of 'includes' has changed from Vector<IFile *> to Vector<IFile>, to avoid a few extra memory allocations and because Vector is easier to use with structs than with pointers (see GetInclude). To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 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.