Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/02/2006 15:50:45
Module Name:	src
Committed By:	dsl
Date:		Sat Dec  2 15:50:45 UTC 2006

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

Log Message:
Simplify the code that processes .if lines.
It doesn't need a two-dimensional array to remember the states of .if lines.
It would be even simpler if we didn't try to detect .else and .elif lines
that follow .else lines.
Unfortunately this isn't the code that is stupendously slow...


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