This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
EBCDIC conditional compilation fixes
authorKarl Williamson <khw@cpan.org>
Mon, 5 Mar 2018 18:16:15 +0000 (11:16 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 5 Mar 2018 18:22:14 +0000 (11:22 -0700)
commit23a7ee81e1f64dbbde529a3010a311ed7e872fcf
treeac5bfe6ebfb7a7988d3062bb99b58fe8cc8585cc
parent290746ac426c1396497786818282dc2d1330cf79
EBCDIC conditional compilation fixes

The recent changes fixed by this commit neglected to take into account
EBCDIC differences.

Mostly, the algorithms apply only to ASCII platforms, so the EBCDIC is
ifdef'd out.  In a couple cases, the algorithm mostly applies, so the
scope of the ifdefs is smaller.
embed.fnc
embed.h
inline.h
proto.h
regexec.c