Module Name: src Committed By: rillig Date: Thu Nov 12 20:16:20 UTC 2020
Modified Files: src/usr.bin/make: cond.c Log Message: make(1): rename local variable in Cond_EvalLine A variable called line is not supposed to be a moving target, that's what the name p is reserved for. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/usr.bin/make/cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.