aboutsummaryrefslogtreecommitdiffstats
path: root/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-02-21 20:14:19 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-02-21 20:14:19 +0200
commitb97b200a4b35f386d0e3ddf2e9502e372b49b598 (patch)
tree12ecdde3b86849ccf9d1262f6bc6b7d6886c4eac /regexec.c
parent2d88b04891825ae4e687b95813cff87627404930 (diff)
downloadegawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.tar.gz
egawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.tar.bz2
egawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.zip
Fix 32 bit compile problem.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 84264bb2..7355aad3 100644
--- a/regexec.c
+++ b/regexec.c
@@ -937,7 +937,6 @@ re_search_internal (const regex_t *preg, const char *string, int length,
}
static reg_errcode_t
-internal_function __attribute_warn_unused_result__
prune_impossible_nodes (re_match_context_t *mctx)
{
const re_dfa_t *const dfa = mctx->dfa;