Discussion:
CVS commit: pcc/cc
Iain Hibbert
2014-08-18 11:27:34 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Mon Aug 18 11:27:34 UTC 2014

Modified Files:
pcc/cc/ccom: scan.l
pcc/cc/cxxcom: scan.l

Log Message:
for character and wide-character constants, match against an
empty pair of quotes (enables correct error reporting)

in charcon() and wcharcon() no need to test for 'L' as we
know if it there or not (charcon() no, wcharcon() yes)

while here, tidy up charcon() and wcharcon() a little


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.4 -r1.5 pcc/cc/cxxcom/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-18 18:46:05 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Aug 18 18:46:05 UTC 2014

Modified Files:
pcc/cc/cc: cc.c
pcc/cc/cpp: cpp.c cpp.h token.c

Log Message:
Understand -MMD. Fixes Jira#PCC-473 by rl.


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 pcc/cc/cc/cc.c
cvs rdiff -u -r1.194 -r1.195 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.68 -r1.69 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.116 -r1.117 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...