Module Name: pcc
Committed By: ragge
Date: Sun Jan 9 15:25:39 UTC 2011
Modified Files:
pcc/cc/cpp: Makefile.in cpp.c cpp.h token.c
Log Message:
Rewrite macro expansion logic so that it iterates over macros for more
to expand instead of recurse. This fixes a bunch of problems with the
preprocessor. Also fixes Jira#PCC-130 and Jira#PCC-118.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pcc/cc/cpp/Makefile.in
cvs rdiff -u -r1.111 -r1.112 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.43 -r1.44 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.42 -r1.43 pcc/cc/cpp/token.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.