math: fix get_absolute_min/max() for sizeof()
commit162214c33bcfdc0c5293b5741629b0618d4824d2
authorDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 11:52:50 +0000 (13 13:52 +0200)
committerDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 11:52:50 +0000 (13 13:52 +0200)
tree6aa6a8e556f295a8224594ad265b5eda05f50d16
parent7421251220c05fc46dd7849582283d258ffe3b96
math: fix get_absolute_min/max() for sizeof()

The problem is that "sizeof(int)" doesn't have type, but this change means
that it returns 4 anyway.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_math.c