summaryrefslogtreecommitdiff
path: root/src/TextPop.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-06 16:43:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-06 16:43:25 -0700
commit5e8370095b40d642505bc3129cb7c38aeb98247e (patch)
tree0919a89db0c7f917aec6981c1c88e1995db64b7d /src/TextPop.c
parent24662485317090da5c58085403f4c7ec0bde6052 (diff)
Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/TextPop.c')
-rw-r--r--src/TextPop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/TextPop.c b/src/TextPop.c
index 037fd5b..9f625b9 100644
--- a/src/TextPop.c
+++ b/src/TextPop.c
@@ -68,9 +68,6 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/Xos.h> /* for O_RDONLY */
#include <errno.h>
-#ifdef X_NOT_STDC_ENV
-extern int errno;
-#endif
#define INSERT_FILE ("Enter Filename:")