Free more token memory for re-use
commit82e54f31d5023c39bfddfa110ff565da3ecbc27c
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 9 Nov 2004 20:30:53 +0000 (9 13:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:14 +0000 (7 21:04 -0700)
tree50bab619534f9e5693a6b18856ef39bba95bae45
parentca4f2d52e8039583ff91b575a37d87e33e00109d
Free more token memory for re-use

It now re-uses the '#' token for all preprocessor lines,
and the 'define' token itself (even though it obviously
can't free the tokens from the definition).

This makes the 2004 IOCC entry a non-issue memory-wise.
Now I just need to speed up the parser. Sixteen seconds
on pre-processing is not acceptable..
pre-process.c