From 1ff128e487762041398e9cf94a21edf1833aa2ed Mon Sep 17 00:00:00 2001 From: Yaroslav Kuzmin Date: Wed, 2 Jul 2014 22:22:23 -0600 Subject: Fix ebcdic error of nostdio.h --- nostdio.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nostdio.h') 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 -- cgit v1.2.1