This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Use some common macros for ASCII/EBCDIC
authorKarl Williamson <khw@cpan.org>
Tue, 22 Apr 2014 02:00:16 +0000 (20:00 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 15:32:08 +0000 (09:32 -0600)
commita4d7a99995775d85baa05f896f05c4848a632792
tree3e690d63051666c65d4cc2c99fc5d9906e5154b5
parent837226c8670816658cb9feb82e1b14511241396e
handy.h: Use some common macros for ASCII/EBCDIC

It turns out that the EBCDIC definitions can be made the same as the
ASCII ones, so this moves the ASCII definitions to the spot where other
ones common to the 2 platforms reside, and removes the EBCDIC ones.  In
other words it combines separate definitions into common ones.
handy.h