Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/03/2006 20:40:44
Module Name:	src
Committed By:	dsl
Date:		Sun Dec  3 20:40:44 UTC 2006

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

Log Message:
Unknot this code slightly by avoiding 'break/return; else' and by putting
the short parts of some conditionals first.
First step towards speeding up the parsing of makefiles (esp. the unwanted
parts of .if clauses).
There should be no changes to the logic.


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