This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Fix broken EBCDIC compilation
authorKarl Williamson <khw@cpan.org>
Wed, 9 Dec 2015 05:30:22 +0000 (22:30 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 9 Dec 2015 05:36:28 +0000 (22:36 -0700)
commitd528804abb10f4a7df33f93d35cd70c46de58e60
tree8cd6c531c3dba9f3f676555a14afa42e2ad0db85
parent0fd86aa72aab7825bf5f029a0b1c957d004179eb
utf8.c: Fix broken EBCDIC compilation

Commit ba6ed43c6aca7f1ff5a1b82062faa3e1c33c0582 left out a '}' which is
skipped except in EBCDIC builds.  (I meant to make sure things would
compile (by reversing the sense of the #if's) on EBCDIC, but forgot at
the time it should have been done.)
utf8.c