states: introduce __set_fake_cur_slist()
commit313cbf7948d1c875cc8f113b8d2e00b88812fd89
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 10 Jun 2013 11:21:46 +0000 (10 14:21 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 10 Jun 2013 11:21:46 +0000 (10 14:21 +0300)
tree36ff7b03f2ae6955315172318bb6f76704923eca
parenteee49cbcad1eb13f3cb7b72e897873a07e4aaba8
states: introduce __set_fake_cur_slist()

The way I will use this is:

__set_fake_cur_slist(get_start_states());
/* work work work */
__free_fake_cur_slist();

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