math: duplicate _get_value() into _get_rl()
commit5eb7bfcf7946565da6e91324c70811c4d1d9e7a5
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 14:10:26 +0000 (20 17:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 20 May 2013 14:10:26 +0000 (20 17:10 +0300)
treec71a33aa59bc0c46a3522a5c405b342705fed40a
parent31c69d43a0fcd04b5691b7bfd4204963c288af36
math: duplicate _get_value() into _get_rl()

I want to get replace _get_value() with _get_rl().  My plan is to duplicate
everything until I have a range_list version of everything and then i will
delete the sval code.

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