Discussion:
CVS commit: pcc/cc/cpp
Iain Hibbert
2012-10-11 10:03:06 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Thu Oct 11 10:03:06 UTC 2012

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

Log Message:
don't write out nul terminator


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pcc/cc/cpp/cpp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-10-11 10:17:42 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Thu Oct 11 10:17:42 UTC 2012

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

Log Message:
clean up #error and #warning a little.. use common function to copy
up to (but not including) end of line, use clearer error messages,
and remove unreachable code (flslvl is never true, we already returned)


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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
2012-10-11 10:28:35 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Thu Oct 11 10:28:35 UTC 2012

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

Log Message:
be clear, when we refer to _Pragma()


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pcc/cc/cpp/cpp.c

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

Loading...