summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-04 21:30:27 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:19:42 +0200
commit260c6fee6deba90b42b0734fbdea2fea1d69c9bc (patch)
tree73c3ec33822c5afeeac227af7bfd825740250b76 /pp_sys.c
parent5ae724797a32a9a98d51759460d87f419fdd5a45 (diff)
downloadperl-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