Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/15/2006 18:08:14
Module Name:	src
Committed By:	dsl
Date:		Sun Oct 15 18:08:14 UTC 2006

Modified Files:
	src/usr.bin/make: parse.c

Log Message:
Change a 'while' loop to a 'for' loop so we can add 'free(line)' into the
loop continue part.  Remove the 'free(line)' from teh end of the loop body,
change the gotos into continues and collapse out some 'else if's.
All in the name of code transparency.  No functional changes.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 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.