Shrink "struct token" by moving "noexpand" into the position flags.
commit5a7c76825c8bb231b68897cb52a596561b39aec8
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 7 Jun 2004 07:14:33 +0000 (7 00:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:04 +0000 (7 21:02 -0700)
treed858b99deaa8fa2a972fad8f45289ac917e5f88c
parentd3217ff05115ccae31dd463a9f30f708b9cb8dd2
Shrink "struct token" by moving "noexpand" into the position flags.

This makes it take one bit (which we can just steal from the line
number), instead of four bytes.
lib.h
pre-process.c
token.h
tokenize.c