This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Refactor a macro
authorKarl Williamson <khw@cpan.org>
Fri, 6 Nov 2015 17:56:23 +0000 (10:56 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 6 Dec 2015 05:06:50 +0000 (22:06 -0700)
commitfdb6583df1c4f517177410eb3717709aebd3b25a
treeab608b16702e8e5a3baab0e6b425eeb3c005b78b
parent72164d3add31277285dcd604f1d805aac391be5b
utf8.h: Refactor a macro

This new definition expands to the same thing as before, but now the
unexpanded text is identical to the EBCDIC definition (which expands to
something else), so the next commit can combine the ASCII and EBCDIC
ones into a single definition.
utf8.h