diff options
author | redman <redman> | 1999-07-21 21:29:43 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-21 21:29:43 (GMT) |
commit | 6b75c1c7b97d1c211e019208822e43470377df12 (patch) | |
tree | 7406569c7324dfc80cacd3b603b4b39080a881dc /generic/tcl.h | |
parent | c3e207442e12d119f7ce06154bf8a9572bce73c5 (diff) | |
download | tcl-6b75c1c7b97d1c211e019208822e43470377df12.zip tcl-6b75c1c7b97d1c211e019208822e43470377df12.tar.gz tcl-6b75c1c7b97d1c211e019208822e43470377df12.tar.bz2 |
Previous version was a mistake, roll it back.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 46a3d2c..6674670 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.53 1999/07/21 21:28:59 redman Exp $ + * RCS: @(#) $Id: tcl.h,v 1.54 1999/07/21 21:29:43 redman Exp $ */ #ifndef _TCL @@ -178,8 +178,6 @@ extern "C" { #include <stdio.h> #endif -#include <sys/types.h> - /* * Definitions that allow Tcl functions with variable numbers of * arguments to be used with either varargs.h or stdarg.h. TCL_VARARGS |