Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration
authorNicholas Clark <nick@ccl4.org>
Sun, 23 Sep 2007 21:10:27 +0000 (21:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 23 Sep 2007 21:10:27 +0000 (21:10 +0000)
on VMS affects binary compatibility.

p4raw-id: //depot/perl@31945

perl.h

diff --git a/perl.h b/perl.h
index f05a7ca..7787894 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4404,6 +4404,9 @@ EXTCONST char PL_bincompat_options[] =
 #  ifdef USE_64_BIT_INT
                             " USE_64_BIT_INT"
 #  endif
+#  ifdef USE_IEEE
+                            " USE_IEEE"
+#  endif
 #  ifdef USE_ITHREADS
                             " USE_ITHREADS"
 #  endif