match_comparison to handle less than, greater than.
commit12ef3b0569dde0bd0fbedebc3285365206b522f4
authorDan Carpenter <error27@gmail.com>
Sat, 11 Apr 2009 20:38:51 +0000 (11 23:38 +0300)
committerDan Carpenter <error27@gmail.com>
Sat, 11 Apr 2009 20:38:51 +0000 (11 23:38 +0300)
treed53d5cf4ff7dfa9609a27e9d01444d136f4d7c73
parent5e3bf7bd69e8475ee98bdcdc17d313d28689c8a3
match_comparison to handle less than, greater than.

Before we only matched against equals and not equals.  But now that the
ranges work has been merged we can talk about things being in specific
ranges.

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