diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-13 18:30:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-13 18:30:08 (GMT) |
commit | 544db140240a8f3cd1aee0cf13d6bdef7681a9bf (patch) | |
tree | 5e724313982f82288e45019c3f0ad87bf8da9377 /tools | |
parent | be3636dd1e1b3fe36437ae972a54cbfaf306dd97 (diff) | |
download | tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.zip tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.gz tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.bz2 |
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.
* tools/man2tcl.c:
* unix/tcl.m4:
* unix/tclConfig.h.in:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/man2tcl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/man2tcl.c b/tools/man2tcl.c index a5c71cb..b2de3fe 100644 --- a/tools/man2tcl.c +++ b/tools/man2tcl.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: man2tcl.c,v 1.8 2003/12/09 15:27:47 dkf Exp $ + * RCS: @(#) $Id: man2tcl.c,v 1.9 2005/10/13 18:30:09 dgp Exp $ */ static char sccsid[] = "@(#) man2tcl.c 1.3 95/08/12 17:34:08"; @@ -24,9 +24,7 @@ static char sccsid[] = "@(#) man2tcl.c 1.3 95/08/12 17:34:08"; #include <stdio.h> #include <string.h> #include <ctype.h> -#ifndef NO_ERRNO_H #include <errno.h> -#endif /* * Imported things that aren't defined in header files: |