[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, long-double, updated. 43b544c18ebb8dae96
From: |
John Haque |
Subject: |
[gawk-diffs] [SCM] gawk branch, long-double, updated. 43b544c18ebb8dae961b8079b590bff9d84296ba |
Date: |
Sun, 30 Dec 2012 04:17:26 +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, long-double has been updated
via 43b544c18ebb8dae961b8079b590bff9d84296ba (commit)
from 685a7ea80272a51da2b4c0051123ffd084abb2ec (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=43b544c18ebb8dae961b8079b590bff9d84296ba
commit 43b544c18ebb8dae961b8079b590bff9d84296ba
Author: John Haque <address@hidden>
Date: Sat Dec 29 22:15:49 2012 -0600
Fixed to compile without long double.
diff --git a/long_double.c b/long_double.c
index b50e3fe..e2a5fb2 100644
--- a/long_double.c
+++ b/long_double.c
@@ -2226,7 +2226,7 @@ out:
#else
-static bool mpfp_init(bltin_t **bltins);
+static bool awkldbl_init(bltin_t **bltins);
numbr_handler_t awkldbl_hndlr = {
awkldbl_init,
-----------------------------------------------------------------------
Summary of changes:
long_double.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, long-double, updated. 43b544c18ebb8dae961b8079b590bff9d84296ba,
John Haque <=