summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-04-25 20:13:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-04-25 20:13:36 (GMT)
commit47c7fac8f1810b51678b0ae4c5b5525adca74aca (patch)
tree54ff5609d3f7b4b8cdc1c3aa1bc9e64021855645 /generic/tclInt.h
parent60c803eafcbcbbcc06d74f69cda1be1a81433ee8 (diff)
downloadtcl-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/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index c136248..1c7b74c 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.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: tclInt.h,v 1.153 2004/04/23 07:21:18 davygrvy Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.154 2004/04/25 20:16:31 dgp Exp $
*/
#ifndef _TCLINT
@@ -1559,7 +1559,6 @@ typedef Tcl_ObjCmdProc *TclObjCmdProcType;
extern char * tclExecutableName;
extern char * tclNativeExecutableName;
extern char * tclDefaultEncodingDir;
-extern Tcl_ChannelType tclFileChannelType;
extern char * tclMemDumpFileName;
extern TclPlatformType tclPlatform;
extern Tcl_NotifierProcs tclOriginalNotifier;