diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-21 20:14:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-21 20:14:19 +0200 |
commit | b97b200a4b35f386d0e3ddf2e9502e372b49b598 (patch) | |
tree | 12ecdde3b86849ccf9d1262f6bc6b7d6886c4eac /regexec.c | |
parent | 2d88b04891825ae4e687b95813cff87627404930 (diff) | |
download | egawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.tar.gz egawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.tar.bz2 egawk-b97b200a4b35f386d0e3ddf2e9502e372b49b598.zip |
Fix 32 bit compile problem.
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |