Remove last user of "struct token" from "struct expression".
commit89ca8a623968d3f4fb06668693f45aabf1418c59
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 31 Mar 2003 21:28:07 +0000 (31 14:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:56 +0000 (7 20:59 -0700)
tree8a30e9640c4cea995972309cfcf3f0d336cada76
parent9dfc1770c773dbfb1c8e4a853ca2eb534a0a8901
Remove last user of "struct token" from "struct expression".

Now constant expressions (strings, integers and fp constants)
are evaluated at parse-time into the proper EXPR_xxx type.

Remove "struct token" from "struct statement", which really only
wanted to know the position. So replace it with "struct position".
evaluate.c
expression.c
expression.h
parse.c
parse.h
show-parse.c