diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c b/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c index 33f8641c1..215b06089 100644 --- a/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c +++ b/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c @@ -4,7 +4,7 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c,v 3.13 1999/04/25 10:01:58 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c,v 3.14 2001/07/25 15:05:05 dawes Exp $ */ /* * Copyright 1996 by Joseph V. Moss <joe@XFree86.Org> * @@ -43,14 +43,6 @@ #include <ctype.h> #include "tclmisc.h" -#if X_NOT_STDC_ENV -int atoi( -#if NeedFunctionPrototypes - char *str -#endif -); -#endif - static int (*savErrorFunc)(); static int errorOccurred; static char errMsgBuf[512]; |