Subject: CVS commit: src/usr.bin/xlint/lint1
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/17/2005 19:35:49
Module Name:	src
Committed By:	christos
Date:		Sun Jul 17 19:35:49 UTC 2005

Modified Files:
	src/usr.bin/xlint/lint1: cgram.y lint1.h

Log Message:
Handle C99 array range initializers:

    type a[] = { [lo ... hi] = c }:


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -r1.17 -r1.18 src/usr.bin/xlint/lint1/lint1.h

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