Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext/B/B.xs: Remove EBCDIC dependency
These are unnecessary EBCDIC dependencies: It uses isPRINT() on EBCDIC, and an expression on ASCII, but isPRINT() is defined to be precisely that expression on ASCII platforms.
- Loading branch information