Introduce a "struct position", and have the different types refer
commit7d109870a35846a8f25f4b6f20cf25bfc53ed293
authorLinus Torvalds <torvalds@home.transmeta.com>
Mon, 31 Mar 2003 03:51:05 +0000 (30 20:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:54 +0000 (7 20:59 -0700)
treea8cf01fcccdd11269171bdfef85f5f3d81546130
parentf81c64db7f16529173ecdf94a9e1be088b06869b
Introduce a "struct position", and have the different types refer
to it, instead of having everybody have pointers to "struct token"
only because they wanted to have the position.

Fix array addition type degeneration.
13 files changed:
evaluate.c
expression.c
expression.h
lib.c
lib.h
parse.c
pre-process.c
show-parse.c
symbol.c
symbol.h
test-lexing.c
token.h
tokenize.c