[PATCH] Fix -Wtypesign
commit3538ff168dd7a4792a53a0ed98b0674db360b84a
authorPavel Roskin <proski@gnu.org>
Fri, 14 Jul 2006 01:56:18 +0000 (13 21:56 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 14 Jul 2006 05:37:49 +0000 (13 22:37 -0700)
tree3c8ad2a4e7492901a2c81954993c96478c74cc07
parent4ad9f15170414086331004efc8d5d77ede5e20a0
[PATCH] Fix -Wtypesign

Run evaluate_symbol() before check_duplicates() so that the signedness
of the token is known by the time the token is compared with other
tokens.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c