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: joerg
Date: Wed Dec 10 16:12:39 UTC 2008
Modified Files:
src/usr.bin/xlint/lint1: lint1.h scan.l
Log Message:
Ignore restrict in the contexts where const and volatile is allowed.
No validation for the use (e.g. that it is used on a pointer), but
enough to not stop valid C99 programs.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -r1.41 -r1.42 src/usr.bin/xlint/lint1/scan.l
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