Module Name: pcc
Committed By: ragge
Date: Mon Nov 19 05:31:15 UTC 2007
Modified Files:
pcc/cc/cpp: cpp.c scanner.l
Log Message:
Bugfixes from Jan Kryl:
Disallow junk after #ifdef/#else/...
Check for missing/duplicate parameter names.
Check for illegal use of ## in macros.
Disallow wide strings in #line directive.
Do not recurse to death in inclusion, use a fixed limit.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.29 -r1.30 pcc/cc/cpp/scanner.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.