Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 11/09/2007 23:41:09
Module Name:	src
Committed By:	cube
Date:		Fri Nov  9 23:41:09 UTC 2007

Modified Files:
	src/usr.bin/config: config.5 defs.h scan.l

Log Message:
Add support for "ifdef <attribute>" blocks.  It goes like this:

ifdef <attr> / ifndef <attr>
elifdef <attr>
elifndef <attr>
else
endif

No indentation is possible for now, it will come later.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/config/config.5
cvs rdiff -r1.20 -r1.21 src/usr.bin/config/defs.h
cvs rdiff -r1.8 -r1.9 src/usr.bin/config/scan.l

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