Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 10/13/2007 13:54:06
Module Name: src
Committed By: apb
Date: Sat Oct 13 13:54:06 UTC 2007
Modified Files:
src/usr.bin/make: var.c
Log Message:
Correct documentation for Var_Parse's freePtr arg. It's a pointer to
the thing to be freed (or NULL if nothing to free), not to a pointer to
boolean saying whether or not to free the result.
To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 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.