summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-09-23 21:10:27 +0000
committerNicholas Clark <nick@ccl4.org>2007-09-23 21:10:27 +0000
commitc7b392fa4d736a35baab2dd82ce10a4ceeda1e33 (patch)
treebe29d02f6a2d683077f6026ded530bd3905cf6cb /perl.h
parent3ffb755ea093644d3991469c641378735bdbd68b (diff)
downloadperl-c7b392fa4d736a35baab2dd82ce10a4ceeda1e33.tar.gz
Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration
on VMS affects binary compatibility. p4raw-id: //depot/perl@31945
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index f05a7ca070..7787894da5 100644
--- 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