diff options
author | Yaroslav Kuzmin <ykuzmin@rocketsoftware.com> | 2014-07-02 22:22:23 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-10-21 09:26:50 -0600 |
commit | 1ff128e487762041398e9cf94a21edf1833aa2ed (patch) | |
tree | f7ac3f81452a3cdadb58243585a7bec36282faa9 /nostdio.h | |
parent | 3d915d2236450147aaf3ae3b16195dd74072c071 (diff) | |
download | perl-1ff128e487762041398e9cf94a21edf1833aa2ed.tar.gz |
Fix ebcdic error of nostdio.h
Diffstat (limited to 'nostdio.h')
-rw-r--r-- | nostdio.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,8 @@ struct _FILE; #define FILE struct _FILE #endif +#ifndef EBCDIC + #define _CANNOT "CANNOT" #undef clearerr @@ -125,6 +127,8 @@ struct _FILE; #define pclose(f) _CANNOT _pclose_ #endif +#endif /*not define EBCDIC */ + /* * Local variables: * c-indentation-style: bsd |