Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 01/09/2007 13:03:47
Module Name:	src
Committed By:	cube
Date:		Tue Jan  9 13:03:47 UTC 2007

Modified Files:
	src/usr.bin/config: config.5 defs.h gram.y lint.c main.c scan.l

Log Message:
Add new syntaxic sugar to provide a value in lint (i.e., config -L)
configurations for defparams.  It will be used _only_ by config -L.

This will greatly help automating tests with lint configurations,
hopefully.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/config/config.5
cvs rdiff -r1.17 -r1.18 src/usr.bin/config/defs.h
cvs rdiff -r1.10 -r1.11 src/usr.bin/config/gram.y
cvs rdiff -r1.2 -r1.3 src/usr.bin/config/lint.c
cvs rdiff -r1.21 -r1.22 src/usr.bin/config/main.c
cvs rdiff -r1.5 -r1.6 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.