bc: fix "dc only" build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2f7352b4f5
commit
1e87b97da6
1 changed files with 1 additions and 1 deletions
|
@ -3559,7 +3559,7 @@ static void bc_parse_reset(void)
|
|||
|
||||
static void bc_parse_free(void)
|
||||
{
|
||||
BcParse *p = &G.prs;
|
||||
IF_BC(BcParse *p = &G.prs;)
|
||||
IF_BC(bc_vec_free(&p->exits);)
|
||||
IF_BC(bc_vec_free(&p->conds);)
|
||||
IF_BC(bc_vec_free(&p->ops);)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue