Iain Hibbert
2013-02-26 19:27:38 UTC
Module Name: pcc
Committed By: plunky
Date: Tue Feb 26 19:27:38 UTC 2013
Modified Files:
pcc/cc/cc: cc.c
pcc/cc/cpp: cpp.1 cpp.c cpp.h token.c
Log Message:
add a switch to cpp to allow it to ignore non-directive lines
starting with a #, instead of raising an error
modify front end to use this switch when passing assembler-with-cpp
input files
fixes a problem noted by Antoine Leca on pcc-list
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pcc/cc/cc/cc.c
cvs rdiff -u -r1.16 -r1.17 pcc/cc/cpp/cpp.1
cvs rdiff -u -r1.187 -r1.188 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.66 -r1.67 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.105 -r1.106 pcc/cc/cpp/token.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Committed By: plunky
Date: Tue Feb 26 19:27:38 UTC 2013
Modified Files:
pcc/cc/cc: cc.c
pcc/cc/cpp: cpp.1 cpp.c cpp.h token.c
Log Message:
add a switch to cpp to allow it to ignore non-directive lines
starting with a #, instead of raising an error
modify front end to use this switch when passing assembler-with-cpp
input files
fixes a problem noted by Antoine Leca on pcc-list
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pcc/cc/cc/cc.c
cvs rdiff -u -r1.16 -r1.17 pcc/cc/cpp/cpp.1
cvs rdiff -u -r1.187 -r1.188 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.66 -r1.67 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.105 -r1.106 pcc/cc/cpp/token.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.