Anders Magnusson
2014-10-18 15:02:03 UTC
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.
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.