pre-process.c:
commit9c0a8e67f73064885300095866fc07127b8d50ec
authorwelinder@troll.com <welinder@troll.com>
Wed, 1 Sep 2004 06:39:12 +0000 (31 23:39 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:59 +0000 (7 21:02 -0700)
treea4b320dd993e28b3c80d068a2f1b3cbd602651da
parent23ff06e17c298ecd8f0371bd97ad87ba03f63833
pre-process.c:
  Fix file-is-const for #define, #undef, C-code inside
  the #ifndef.
  Make it easy to debug file-is-const.
tokenize.c:
  Fix check for identical-file.
token.h:
  Introduce symbolic names for the stream->constant states
  and comment those states.
pre-process.c
token.h
tokenize.c