[PATCH] cast constraint checks
commita1287371d9d11ef8e67948bf8621cddc40de7313
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 14 Aug 2004 05:59:02 +0000 (13 22:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:48 +0000 (7 21:02 -0700)
tree9ec986dce6848b1fe59114fb7b2db814de5db415
parent4dac7a7cd9c2962bae358fc193417aa3363261bf
[PATCH] cast constraint checks

Unless the cast is to void, both argument and result should be
scalars.  Checks added.

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c