diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-04 21:30:27 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:19:42 +0200 |
commit | 260c6fee6deba90b42b0734fbdea2fea1d69c9bc (patch) | |
tree | 73c3ec33822c5afeeac227af7bfd825740250b76 /pp_sys.c | |
parent | 5ae724797a32a9a98d51759460d87f419fdd5a45 (diff) | |
download | perl-260c6fee6deba90b42b0734fbdea2fea1d69c9bc.tar.gz |
Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.
This means that there are always macros or functions for vtohl, vtohs,
htovl and htovs available, so eliminate HAS_VTOHL etc, and unconditionally
compile the code that it was protecting. grep.cpan.me shows that no code on
CPAN uses any of these macros.
(Technically the 4 are not quite no-ops, as they truncate their values to
32 or 16 bits, to be consistent with the implementations for platforms which
need re-ordering.)
Diffstat (limited to 'pp_sys.c')
0 files changed, 0 insertions, 0 deletions