diff options
author | dgp <dgp@users.sourceforge.net> | 2004-04-25 20:13:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-04-25 20:13:36 (GMT) |
commit | 47c7fac8f1810b51678b0ae4c5b5525adca74aca (patch) | |
tree | 54ff5609d3f7b4b8cdc1c3aa1bc9e64021855645 /generic/tcl.h | |
parent | 60c803eafcbcbbcc06d74f69cda1be1a81433ee8 (diff) | |
download | tcl-47c7fac8f1810b51678b0ae4c5b5525adca74aca.zip tcl-47c7fac8f1810b51678b0ae4c5b5525adca74aca.tar.gz tcl-47c7fac8f1810b51678b0ae4c5b5525adca74aca.tar.bz2 |
* generic/tcl.h: Removed obsolete declarations and #include's.
* generic/tclInt.h: [Bugs 926459, 926486]
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index be676f6..c82a22e 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,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.176 2004/03/31 18:13:24 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.177 2004/04/25 20:15:57 dgp Exp $ */ #ifndef _TCL @@ -137,12 +137,6 @@ extern "C" { #define Tcl_ConditionFinalize(condPtr) #endif /* TCL_THREADS */ - -#ifndef BUFSIZ -# include <stdio.h> -#endif - - /* * Definitions that allow Tcl functions with variable numbers of * arguments to be used with either varargs.h or stdarg.h. TCL_VARARGS |