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: dsl
Date: Fri Jul 25 18:33:53 UTC 2008
Modified Files:
src/usr.bin/xlint/lint1: err.c func.c
Log Message:
Add a check for 'continue' inside a 'do ... while (0)' loop.
'continue' has the same effect as 'break' - as that probably isn't
what the writer had in mind!
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/usr.bin/xlint/lint1/err.c
cvs rdiff -r1.22 -r1.23 src/usr.bin/xlint/lint1/func.c
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