diff options
-rw-r--r-- | miscutils/bc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 2237a41b5..47cde7080 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -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);) |