math: create new handle_minus_preop()
commit9fc011c8e73b6bffe0dc277e78c0abce9c8195e5
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:01:33 +0000 (20 20:01 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 17:01:33 +0000 (20 20:01 +0300)
treee63c804bc3b7d13e0590edbea86aa58ca8abc37d
parent4c62c36824109e2297cf153d6084ae2e310cde6b
math: create new handle_minus_preop()

This only handles single values.  I would like to make it handle range
lists later.

Since this is the last function which needs to be duplicated in
handle_preop_rl() it means we can delete some old code.

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