diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-21 20:17:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-21 20:17:12 +0200 |
commit | ee3caa0afe0d814d460f277af2bdbfdebc133b63 (patch) | |
tree | c45a8ca23d64bac7c49aebdee4ea8f87757fdca1 | |
parent | a01313fdef8d73580662308d3e450dc24d7d4c08 (diff) | |
parent | b97b200a4b35f386d0e3ddf2e9502e372b49b598 (diff) | |
download | egawk-ee3caa0afe0d814d460f277af2bdbfdebc133b63.tar.gz egawk-ee3caa0afe0d814d460f277af2bdbfdebc133b63.tar.bz2 egawk-ee3caa0afe0d814d460f277af2bdbfdebc133b63.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | regexec.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2016-02-21 Arnold D. Robbins <arnold@skeeve.com> + + * regexec.c (prune_impossible_nodes): Remove attribute that + keeps it from compiling with 32 bit GCC. Who the heck knows + why or how. Sigh. Double sigh. + 2016-02-20 Arnold D. Robbins <arnold@skeeve.com> * regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h, @@ -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; |