Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be
commit1694b992f1834bed9cbceafa795b511ee52efaca
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 5 Jun 2004 20:22:51 +0000 (5 13:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:01 +0000 (7 21:02 -0700)
treeb144a4906130b7df87a847472e82bc04d242223d
parent930f205a62cd53ecf19d68297895bb4025db28e8
Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be
just TOKEN_NUMBER.

This matches how tokenization is supposed to be done, and simplifies
the code.

Expression evaluation changed to cope with the new rules.
expression.c
pre-process.c
token.h
tokenize.c