extra: move match_func_comparison() lower in the file
commit714b0aac5256c1a40bd129beb4e84b795bd71415
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 22 May 2013 10:50:14 +0000 (22 13:50 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 22 May 2013 10:50:14 +0000 (22 13:50 +0300)
tree11405eb07900a6ca96ec52132882e7a6b5cf5dcf
parent72020e73033b4f67ad90f69e8faf4835fcb2293a
extra: move match_func_comparison() lower in the file

I want to call the regular handle_comparison() here so I'm moving this to
avoid forward declarations.

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