This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Combine EBCDIC and ASCII macros
authorKarl Williamson <khw@cpan.org>
Fri, 6 Nov 2015 18:03:22 +0000 (11:03 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 6 Dec 2015 05:06:50 +0000 (22:06 -0700)
commit2084b489821c169e435fdad8723ad64f26eee179
tree3ed5d49ec0e3cbfb37de2910345b078399fe00cb
parentfdb6583df1c4f517177410eb3717709aebd3b25a
utf8.h: Combine EBCDIC and ASCII macros

The previous commits have made these macros be the exact same text, so
can be combined, and defined just once.  This requires moving them to
the portion of the file that is common with both EBCDIC and ASCII.

The commit diff shows instead other code being moved.
utf8.h
utfebcdic.h