Subject: CVS commit: src/usr.bin/make/lst.lib
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/25/2006 19:45:22
Module Name:	src
Committed By:	dsl
Date:		Wed Oct 25 19:45:22 UTC 2006

Modified Files:
	src/usr.bin/make/lst.lib: lstInt.h

Log Message:
Replace 'a == b ? FALSE : TRUE' with 'a != b'
Add missing () in expansion.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/make/lst.lib/lstInt.h

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