From 5e8370095b40d642505bc3129cb7c38aeb98247e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 6 Jul 2013 16:43:25 -0700 Subject: Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV) Signed-off-by: Alan Coopersmith --- src/TextPop.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/TextPop.c') 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 /* for O_RDONLY */ #include -#ifdef X_NOT_STDC_ENV -extern int errno; -#endif #define INSERT_FILE ("Enter Filename:") -- cgit v1.2.3