diff options
Diffstat (limited to 'src/AsciiSrc.c')
-rw-r--r-- | src/AsciiSrc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/AsciiSrc.c b/src/AsciiSrc.c index e490b33..2f59441 100644 --- a/src/AsciiSrc.c +++ b/src/AsciiSrc.c @@ -40,9 +40,7 @@ in this Software without prior written authorization from the X Consortium. #include <errno.h> #include <X11/StringDefs.h> #include <X11/Xos.h> -#ifndef X_NOT_STDC_ENV #include <stdlib.h> -#endif #include <X11/Xfuncs.h> #include <X11/Xaw3d/XawInit.h> #include <X11/Xaw3d/AsciiSrcP.h> @@ -116,9 +114,6 @@ static String MyStrncpy(char *, char *, int); static String StorePiecesInString(AsciiSrcObject); static Boolean SetValues(Widget, Widget, Widget, ArgList, Cardinal *); static Boolean WriteToFile(_Xconst _XtString, _Xconst _XtString); -#ifdef X_NOT_STDC_ENV -extern int errno; -#endif #ifdef X_NOT_POSIX #define Off_t long |