Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/xlint/lint1



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.




Home | Main Index | Thread Index | Old Index