diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-09-23 21:10:27 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-09-23 21:10:27 +0000 |
commit | c7b392fa4d736a35baab2dd82ce10a4ceeda1e33 (patch) | |
tree | be29d02f6a2d683077f6026ded530bd3905cf6cb /perl.h | |
parent | 3ffb755ea093644d3991469c641378735bdbd68b (diff) | |
download | perl-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |