[PATCH] clean up the typechecking in arithmetics
commit3d3763ab9fd749690e54135eef7a05f2901b3f30
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 May 2007 17:33:19 +0000 (25 13:33 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jun 2007 19:50:17 +0000 (25 15:50 -0400)
tree369903f5fc771b35fb4317c1011195deeab349c6
parent4aac9b50e8684692c114b2fc367e263a8154a7c6
[PATCH] clean up the typechecking in arithmetics

* evaluate_binop() cleaned up
* evaluate_add(), evaluate_sub(), evaluate_arith() are gone

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c