equiv: call_extra_mod_hooks() inside set_equiv()
commit69506eac003d5f1b0fd59de75b72631fdbbded28
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 28 Jan 2013 06:31:22 +0000 (28 09:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 28 Jan 2013 06:31:22 +0000 (28 09:31 +0300)
treea81f19d7c24db3a1be36b95958c21568f4f89351
parente7b4f516846d1c5ba7937ad8213351cb8ebea2d9
equiv: call_extra_mod_hooks() inside set_equiv()

set_equiv() doesn't call set_extra_mod() because set_equiv() wants to mess
with the sm_state.  But it should still call the modification hooks.  This
affects smatch_param_set.c which is used by the database.

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