[PATCH] shift type fix
commit86a911cd63554fc03a77b939d04645156aebd48d
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 24 Jul 2004 05:35:36 +0000 (23 22:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:16 +0000 (7 21:02 -0700)
tree990e5a437988e030fde47d58eaf1546f4c6b936c
parent890cec88e59d441967da6f75a686781b32721c1f
[PATCH] shift type fix

shifts do not do usual arithmetic conversions; they do integer promotion
on both arguments, but that's it.
evaluate.c