This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Use common macro to avoid repeating
authorKarl Williamson <khw@cpan.org>
Fri, 6 Nov 2015 17:44:36 +0000 (10:44 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 6 Dec 2015 05:06:50 +0000 (22:06 -0700)
commit72164d3add31277285dcd604f1d805aac391be5b
tree732479c41f5f9f7e6926be68888d199a002c3ed6
parent4ab16ae1fda6d2c28ce8e6936930913b55659e7f
utf8.h: Use common macro to avoid repeating

This refactors two macros that have mostly the same guts to have a third
macro to define the common guts.

It also changes to use UV_IS_QUAD instead of a home-grown #define that a
future commit will remove.
utf8.h