vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.
authorNicholas Clark <nick@ccl4.org>
Sat, 4 May 2013 19:07:14 +0000 (21:07 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:19:42 +0000 (21:19 +0200)
commit5ae724797a32a9a98d51759460d87f419fdd5a45
tree6ca9c0d8f23f6bc487fbfd5866f7b053739a4647
parentfcdf154797de71462d8c8f5606482a86ed73943a
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.
perl.h