This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Fix EBCDIC issue
authorKarl Williamson <khw@cpan.org>
Fri, 19 Aug 2016 03:13:04 +0000 (21:13 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 18 Oct 2016 02:29:25 +0000 (20:29 -0600)
commitb2873c1529bb5be58a32d6aa601af13f48046b58
tree6ed1f05fd131a9a6219076e37323a2f552a92bb8
parentd5944cabe635d7034195dc80ce81b130741a0707
toke.c: Fix EBCDIC issue

The value here is Unicode, not native, so needs a different macro.
There's no test for this, as this is allocating space, and could be one
byte off, which is only a problem if it is one byte small, and we were
at a limit where that single byte made the difference.
toke.c