diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-03 21:53:10 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-03 21:53:10 -0500 |
commit | 8ed3eade96fe55a2e6489c000fee80eaa9204a54 (patch) | |
tree | f833d097cb21fa91ccf763e999152bf4fc322f5b /sv.c | |
parent | 5124ce1ebfdf638521d2a0e17ddc9f6c56faa4ff (diff) | |
download | perl-8ed3eade96fe55a2e6489c000fee80eaa9204a54.tar.gz |
Remove obsolete comment.
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |