In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/8ed3eade96fe55a2e6489c000fee80eaa9204a54?hp=5124ce1ebfdf638521d2a0e17ddc9f6c56faa4ff>

- Log -----------------------------------------------------------------
commit 8ed3eade96fe55a2e6489c000fee80eaa9204a54
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Nov 3 21:53:10 2014 -0500

    Remove obsolete comment.
-----------------------------------------------------------------------

Summary of changes:
 sv.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sv.c b/sv.c
index 27fc0da..f64890c 100644
--- a/sv.c
+++ b/sv.c
@@ -10774,11 +10774,6 @@ Perl_sv_vcatpvfn(pTHX_ SV *const sv, const char *const 
pat, const STRLEN patlen,
 #  define MANTISSASIZE UVSIZE
 #endif
 
-/* We make here the assumption that there is only IEEE 754 in
- * different endiannesses, and no middle-endianness.  This may
- * come back to haunt us (the rumor has it that ARM can be quite haunted).
- *
- * Also: the S_hextract() doesn't handle 32-bit or 128-bit doubles. */
 #if defined(DOUBLE_LITTLE_ENDIAN) || defined(LONGDOUBLE_LITTLE_ENDIAN)
 #  define HEXTRACT_LITTLE_ENDIAN
 #elif defined(DOUBLE_BIG_ENDIAN) || defined(LONGDOUBLE_BIG_ENDIAN)

--
Perl5 Master Repository

Reply via email to