math: create hackish temporary handle_binop_rl()
commit299d31e42842ae94425833e43fa195f8da23f43d
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:14:57 +0000 (20 20:14 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:14:57 +0000 (20 20:14 +0300)
tree8f59923837c4d38546ed2dcd2953326dcfae31ae
parent9fc011c8e73b6bffe0dc277e78c0abce9c8195e5
math: create hackish temporary handle_binop_rl()

I have done this in the most mindless way possible just so that I can push
the rl work down one level.  It should work exactly the same as the
original code and all the range_lists it returns will be one variable.

I'll fix it bit by bit in the following patches.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_math.c