[PATCH] mechanically split compatible_assignment_types()
commit271af91de670cdb10a7fdb7d77e8479a054c8056
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jun 2007 09:26:47 +0000 (18 05:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jun 2007 19:49:47 +0000 (25 15:49 -0400)
tree0ea60fc9a544e8ba6c88fe57c47aec11abb06d37
parentda26e7d8090812e6788980471c0d32eba180f676
[PATCH] mechanically split compatible_assignment_types()

Pure assignment and <op>= cases are different enough to make it easier handling
them in separate functions.  For now just split compatible_assignment_types()
in two; the next patches will clean each up.

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