gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-823


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-823-gb97b200
Date: Sun, 21 Feb 2016 18:14:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  b97b200a4b35f386d0e3ddf2e9502e372b49b598 (commit)
      from  2d88b04891825ae4e687b95813cff87627404930 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b97b200a4b35f386d0e3ddf2e9502e372b49b598

commit b97b200a4b35f386d0e3ddf2e9502e372b49b598
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Feb 21 20:14:19 2016 +0200

    Fix 32 bit compile problem.

diff --git a/ChangeLog b/ChangeLog
index 898a5f4..60e02d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-21         Arnold D. Robbins     <address@hidden>
+
+       * 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     <address@hidden>
 
        * regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
diff --git a/regexec.c b/regexec.c
index 84264bb..7355aad 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;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    6 ++++++
 regexec.c |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]