gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-27


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2708-gd2f829c
Date: Fri, 11 Aug 2017 09:41:39 -0400 (EDT)

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, feature/api-mpfr has been updated
       via  d2f829ccb51da24a52c566010fc2e8a650eed116 (commit)
      from  46aec4c0db140886ce19d81e99ef106aea9beced (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=d2f829ccb51da24a52c566010fc2e8a650eed116

commit d2f829ccb51da24a52c566010fc2e8a650eed116
Author: Andrew J. Schorr <address@hidden>
Date:   Fri Aug 11 09:41:15 2017 -0400

    Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this 
for us.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 99a6ac1..c6be068 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-11         Andrew J. Schorr     <address@hidden>
+
+       * intdiv.c: No need to include <gmp.h> explicitly, since <mpfr.h>
+       does this for us.
+
 2017-08-10         Andrew J. Schorr     <address@hidden>
 
        * intdiv.c (init_intdiv): Remove function, since dl_load_func now
diff --git a/extension/intdiv.c b/extension/intdiv.c
index 78fadd5..1104585 100644
--- a/extension/intdiv.c
+++ b/extension/intdiv.c
@@ -15,7 +15,6 @@
 #include "gawkapi.h"
 
 #ifdef HAVE_MPFR
-#include <gmp.h>
 #include <mpfr.h>
 #endif
 

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

Summary of changes:
 extension/ChangeLog | 5 +++++
 extension/intdiv.c  | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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