extra: move some code out of match_comparison()
commitd5981f862552fb1502745f05f69890d899c2d645
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Feb 2012 07:46:23 +0000 (15 10:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Feb 2012 07:49:27 +0000 (15 10:49 +0300)
tree324c78fbb948d5f06f6e13b6eae02df94a982a9c
parent598a6072c23050372ee34f6980c818d795a40099
extra: move some code out of match_comparison()

I want to improve match_compare() but right now it's too tangled up to fix.
I moved some code outside the function so match_compare() to simplify
things for later.

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