comparison: pull get_comparison_strings() into its own function
commitda551d77ad62946b3dc701b27895333f5666b0ef
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 07:31:16 +0000 (12 10:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 07:31:16 +0000 (12 10:31 +0300)
tree6de6dc814f4cf197e7426f43fa8927801f64ec9b
parent0d2391442e620fa206058ade558ad0b244dcf209
comparison: pull get_comparison_strings() into its own function

I have pulled get_comparison_strings() into a separate patch instead of
doing it inside get_comparison().  I will use this new helper function
again in a later patch.

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