bc: fix "bc only" build
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Dec 2018 18:09:23 +0000 (19:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Dec 2018 18:09:23 +0000 (19:09 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c

index 47cde7080e2b0cd7d76cc53529a26230c5fb9bdc..0e5f26ce436d8f278e47bcb755b757764176ecb4 100644 (file)
@@ -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);
 }