In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/a9dc86432e18808d046a28d7ad699e5c59bcc75a?hp=9d6ed46863b6f6cb1924dd28e766c80da2d3969a>

- Log -----------------------------------------------------------------
commit a9dc86432e18808d046a28d7ad699e5c59bcc75a
Author: sisyphus <sisyph...@optusnet.com.au>
Date:   Sat Sep 22 10:39:02 2018 +1000

    define HAS_LDEXPL in win32/config_H.gc

commit e616889f436d1f41148227b96405eb5043135764
Author: sisyphus <sisyph...@optusnet.com.au>
Date:   Sat Sep 22 10:37:22 2018 +1000

    define d_ldexpl in win32/config.gc

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

Summary of changes:
 win32/config.gc   | 2 +-
 win32/config_H.gc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/win32/config.gc b/win32/config.gc
index f2f055ed61..4477ebc04c 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -326,7 +326,7 @@ d_killpg='define'
 d_lc_monetary_2008='undef'
 d_lchown='undef'
 d_ldbl_dig='define'
-d_ldexpl='undef'
+d_ldexpl='define'
 d_lgamma='undef'
 d_lgamma_r='undef'
 d_libm_lib_version='undef'
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 3af1a012b8..87e90bac4b 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1767,7 +1767,7 @@
  *     This symbol, if defined, indicates that the long double is
  *     the 128-bit VAX format H.
  */
-/*#define  HAS_LDEXPL          / **/
+#define HAS_LDEXPL             /**/
 #define HAS_LONG_DOUBLE                /**/
 #ifdef HAS_LONG_DOUBLE
 #define LONG_DOUBLESIZE 12             /**/

-- 
Perl5 Master Repository

Reply via email to