This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_pack.c: Refactor to remove #if EBCDIC
authorKarl Williamson <khw@cpan.org>
Wed, 10 Dec 2014 03:57:52 +0000 (20:57 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 17 Feb 2015 17:05:38 +0000 (10:05 -0700)
commite60069689ad4de867417c9d3f1d8dce0cc0c8714
tree187cb5ad26510a60a2b05a5157199919e872247a
parent9df874cdaa2f196cc11fbd7b82a85690c243eb9f
pp_pack.c: Refactor to remove #if EBCDIC

This commit causes the same code to be executed whether on an ASCII or
EBCDIC platform.
pp_pack.c