mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-04 18:06:52 +00:00
bc: fix "dc only" build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2f7352b4f5
commit
1e87b97da6
@ -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…
Reference in New Issue
Block a user