Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 31e7fc2343eca7db8530b6ac07c1789262afe3bb
https://github.com/Perl/perl5/commit/31e7fc2343eca7db8530b6ac07c1789262afe3bb
Author: Karl Williamson <[email protected]>
Date: 2021-06-27 (Sun, 27 Jun 2021)
Changed paths:
M perlio.c
Log Message:
-----------
perlio.c: Don't wrongly conditionally compile
The code is using '#ifdef EBCDIC' when it has nothing to do with EBCDIC;
but is a proxy for how things work on IBM boxes that use EBCDIC.