Discussion:
CVS commit: pcc/cc/cpp
Anders Magnusson
2014-10-18 15:02:03 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 18 15:02:03 UTC 2014

Modified Files:
pcc/cc/cpp: Makefile.in cpp.c cpp.h token.c
Added Files:
pcc/cc/cpp: cpc.c

Log Message:
First step in cpp cleanup: Write a small recursive parser for the #if
statements instead of pulling in yacc; which is overkill here.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pcc/cc/cpp/Makefile.in
cvs rdiff -u -r0 -r1.1 pcc/cc/cpp/cpc.c
cvs rdiff -u -r1.195 -r1.196 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.69 -r1.70 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.118 -r1.119 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-19 17:40:36 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 19 17:40:36 UTC 2014

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

Log Message:
Use stdio instead of a homegrown bunch of routines for output.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.70 -r1.71 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.119 -r1.120 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...