From: Nicholas Clark Date: Sun, 23 Sep 2007 21:10:27 +0000 (+0000) Subject: Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7b392fa4d736a35baab2dd82ce10a4ceeda1e33;p=p5sagit%2Fp5-mst-13.2.git Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration on VMS affects binary compatibility. p4raw-id: //depot/perl@31945 --- diff --git a/perl.h b/perl.h index f05a7ca..7787894 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