Module Name: pcc
Committed By: ragge
Date: Sat Apr 18 08:03:57 UTC 2009
Modified Files:
pcc/cc/cpp: Makefile.in
Log Message:
Switch over to use token.c instead och abusing lex for tokenizing.
This is a home-grown implementation (which is a quite straight-forward
conversion of the scanner lex code) that is significantly faster (and
smaller) than the lex code. There are still a bunch of places where
more optimizations can be added though.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pcc/cc/cpp/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.