Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/25/2001 16:50:38
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Dec 25 14:50:37 UTC 2001

Modified Files:
	basesrc/usr.bin/make: var.c

Log Message:
- partially fix ${foo:?true:false} so that at least it now parses ok and
  the true result works. for some reason the false result doesn't, even
  though make -dv shows it being set as the result. (blah!)
- add braces in comments to fix vi showmatch


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 basesrc/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.