Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Fri Nov 13 16:48:01 UTC 1998

Modified Files:
        src/usr.bin/xlint/lint1: cgram.y
Log Message:
Fix problems with LINTED comment:

if (a) b;
/*LINTED*/
c;

if (a) { b; }
/*LINTED*/
c;

do { b; }
/*LINTED*/
while (c);

Produced warnings for c.




Home | Main Index | Thread Index | Old Index