Module Name: pcc
Committed By: plunky
Date: Wed Sep 26 19:56:12 UTC 2012
Modified Files:
pcc/cc/ccom: init.c pftn.c trees.c
pcc/cc/cxxcom: init.c pftn.c trees.c
pcc/mip: common.c manifest.h pass2.h reader.c regs.c
Log Message:
debug output using fprintf(stdout) can be printf() since it
is interspersed with that anyway
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pcc/cc/ccom/init.c
cvs rdiff -u -r1.358 -r1.359 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.315 -r1.316 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.3 -r1.4 pcc/cc/cxxcom/init.c pcc/cc/cxxcom/trees.c
cvs rdiff -u -r1.5 -r1.6 pcc/cc/cxxcom/pftn.c
cvs rdiff -u -r1.107 -r1.108 pcc/mip/common.c
cvs rdiff -u -r1.101 -r1.102 pcc/mip/manifest.h
cvs rdiff -u -r1.134 -r1.135 pcc/mip/pass2.h
cvs rdiff -u -r1.282 -r1.283 pcc/mip/reader.c
cvs rdiff -u -r1.231 -r1.232 pcc/mip/regs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.