Iain Hibbert
2014-08-18 11:27:34 UTC
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.
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.