[PATCH] merged compatible_..._binop() into single function
commit4f7a0e2b40217d471c7229149d9b14815cacefc4
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jan 2006 11:35:56 +0000 (14 06:35 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 1 Oct 2006 13:40:18 +0000 (1 09:40 -0400)
tree69d315d1b993778fb7fd00a20dce1a234de7029e
parentb875bb08b437cd840ef0de59fd73ea6596bbd0e1
[PATCH] merged compatible_..._binop() into single function

All these guys are really pieces of usual arithmetic conversions;
doesn't make sense to handle them separately, especially if we
want to recover from mismatches in __bitwise__, etc. by letting
them degrade to corresponding integer types.
evaluate.c