Integer promotion: leave sufficiently large integer types as themselves
commit0d403a661aa04515cdfc18c028a443f77fc96e63
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 16 Nov 2005 22:16:48 +0000 (16 14:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 16 Nov 2005 22:16:48 +0000 (16 14:16 -0800)
tree414ae9a14d30d9dd7ea606bc54b71f95dbb34b54
parenteeeeffee439e9e4c6a1d610d54cb21e13f996741
Integer promotion: leave sufficiently large integer types as themselves

No need to turn an "enum" into an "int" if it's already the right size -
the longer we can keep the full type information, the better.

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