diff options
author | redman <redman@noemail.net> | 1999-07-21 21:29:42 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-21 21:29:42 (GMT) |
commit | d8f0dcd1757825ac0070827b94b014ef112840f6 (patch) | |
tree | 7406569c7324dfc80cacd3b603b4b39080a881dc | |
parent | 60c939776e85b0ef88ee96bb3180eae812a2c7d6 (diff) | |
download | tcl-d8f0dcd1757825ac0070827b94b014ef112840f6.zip tcl-d8f0dcd1757825ac0070827b94b014ef112840f6.tar.gz tcl-d8f0dcd1757825ac0070827b94b014ef112840f6.tar.bz2 |
Previous version was a mistake, roll it back.
FossilOrigin-Name: 2d8b4e85a68a7e925c61ee01e38ad8ccae6d8b54
-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 |