diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-22 08:29:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-22 08:29:25 +0200 |
commit | be891c3ac7cd31419cfc42cc98082a64766b1bf8 (patch) | |
tree | dd758489ea60a0b022eae9472835a0cef68a6ed6 /regexec.c | |
parent | ffe5d1731eca9dd68fd657d5f21a221a200fd37e (diff) | |
parent | 2949f4b38cc7ecc14dfca32cbb719e43e95aa940 (diff) | |
download | egawk-be891c3ac7cd31419cfc42cc98082a64766b1bf8.tar.gz egawk-be891c3ac7cd31419cfc42cc98082a64766b1bf8.tar.bz2 egawk-be891c3ac7cd31419cfc42cc98082a64766b1bf8.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -55,8 +55,7 @@ static int re_search_stub (struct re_pattern_buffer *bufp, int ret_len) internal_function; static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, int nregs, int regs_allocated) internal_function; -static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx) - internal_function; +static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx); static int check_matching (re_match_context_t *mctx, int fl_longest_match, int *p_match_first) internal_function; static int check_halt_state_context (const re_match_context_t *mctx, @@ -963,7 +962,6 @@ re_search_internal (preg, string, length, start, range, stop, nmatch, pmatch, } static reg_errcode_t -__attribute_warn_unused_result__ prune_impossible_nodes (re_match_context_t *mctx) { const re_dfa_t *const dfa = mctx->dfa; |