summaryrefslogtreecommitdiff
path: root/nostdio.h
diff options
context:
space:
mode:
authorYaroslav Kuzmin <ykuzmin@rocketsoftware.com>2014-07-02 22:22:23 -0600
committerKarl Williamson <khw@cpan.org>2014-10-21 09:26:50 -0600
commit1ff128e487762041398e9cf94a21edf1833aa2ed (patch)
treef7ac3f81452a3cdadb58243585a7bec36282faa9 /nostdio.h
parent3d915d2236450147aaf3ae3b16195dd74072c071 (diff)
downloadperl-1ff128e487762041398e9cf94a21edf1833aa2ed.tar.gz
Fix ebcdic error of nostdio.h
Diffstat (limited to 'nostdio.h')
-rw-r--r--nostdio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nostdio.h b/nostdio.h
index ef8d6526b4..c815fd8a53 100644
--- a/nostdio.h
+++ b/nostdio.h
@@ -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