summaryrefslogtreecommitdiff
path: root/include/bc.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-08-03 18:55:39 +0000
committerStefan Eßer <se@FreeBSD.org>2020-08-03 18:55:39 +0000
commita68dea2ff90f2e77fe8c6a9e022aa1ac258106b7 (patch)
tree14083ae0377e0e7df842ba66878bd3f26c9491c7 /include/bc.h
parentee177a09be9c81bf1c3e00326e1d38e6edb8e2a4 (diff)
Diffstat (limited to 'include/bc.h')
-rw-r--r--include/bc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bc.h b/include/bc.h
index ade18c828c28..4423525bad3e 100644
--- a/include/bc.h
+++ b/include/bc.h
@@ -159,9 +159,6 @@ void bc_parse_expr(BcParse *p, uint8_t flags);
void bc_parse_parse(BcParse *p);
void bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next);
-// This is necessary to clear up for if statements at the end of files.
-void bc_parse_noElse(BcParse *p);
-
extern const char bc_sig_msg[];
extern const uchar bc_sig_msg_len;