From: Denys Vlasenko Date: Wed, 26 Dec 2018 18:09:23 +0000 (+0100) Subject: bc: fix "bc only" build X-Git-Tag: 1_30_0~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a56e3643f83770ba92255ca5c576c20e645617f;p=oweals%2Fbusybox.git bc: fix "bc only" build Signed-off-by: Denys Vlasenko --- diff --git a/miscutils/bc.c b/miscutils/bc.c index 47cde7080..0e5f26ce4 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -6808,7 +6808,7 @@ static BC_STATUS zbc_vm_process(const char *text) bc_vec_pop_all(&f->code); ip->inst_idx = 0; } - done: + IF_DC(done:) dbg_lex_done("%s:%d done", __func__, __LINE__); RETURN_STATUS(s); }