diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-04 21:07:14 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:19:42 +0200 |
commit | 5ae724797a32a9a98d51759460d87f419fdd5a45 (patch) | |
tree | 6ca9c0d8f23f6bc487fbfd5866f7b053739a4647 /pp_pack.c | |
parent | fcdf154797de71462d8c8f5606482a86ed73943a (diff) | |
download | perl-5ae724797a32a9a98d51759460d87f419fdd5a45.tar.gz |
vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.
Previously they were implemented as function calls on 64 bit little endian
systems. Bit endian systems implemented them as byte-swapping macros. 32
little endian system didn't implement them at all. 32 and 64 bit little
endian systems now behave identically.
Diffstat (limited to 'pp_pack.c')
0 files changed, 0 insertions, 0 deletions