smatch_string_list.c: separate string_list functions into their own file
commitc5e2c17369d0fce602bb1610445c910c5a9d4a56
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 10:41:20 +0000 (25 13:41 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 10:41:20 +0000 (25 13:41 +0300)
tree52c430d2ba54ad5f141efd57806d11875bd8a44b
parent810f809ebf54111883c64140e3fca69d4b7f1900
smatch_string_list.c: separate string_list functions into their own file

These functions were already declared in smatch_comparison.c but I want to
be able to use them in other places.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile
smatch.h
smatch_comparison.c
smatch_string_list.c [new file with mode: 0644]