Discussion:
CVS commit: pcc/cc/cpp
Iain Hibbert
2014-05-09 17:18:25 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri May 9 17:18:25 UTC 2014

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

Log Message:
a minor tidy up, to handle unexpected EOF more completely


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-09 17:58:13 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri May 9 17:58:13 UTC 2014

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

Log Message:
for '#ifdef' and '#ifndef' statements, sloscan() the line in the
(flslvl > 0) case. This accounts for multi-line comments which
might appear there.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-09 18:00:02 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri May 9 18:00:02 UTC 2014

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

Log Message:
consistent code styling


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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...