diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2020-08-03 18:55:39 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2020-08-03 18:55:39 +0000 |
| commit | a68dea2ff90f2e77fe8c6a9e022aa1ac258106b7 (patch) | |
| tree | 14083ae0377e0e7df842ba66878bd3f26c9491c7 /include/bc.h | |
| parent | ee177a09be9c81bf1c3e00326e1d38e6edb8e2a4 (diff) | |
Diffstat (limited to 'include/bc.h')
| -rw-r--r-- | include/bc.h | 3 |
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; |
