diff options
author | vincentdarley <vincentdarley> | 2002-07-22 16:51:47 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-22 16:51:47 (GMT) |
commit | df9190aa43ec6f65886c402aa9d5ade8a57cd6be (patch) | |
tree | 30941e07aec5369bc98f08402bcba7684f40d889 /generic/tclInt.h | |
parent | 27070d54f1091210791f5ec8bd0c2474b5531f6d (diff) | |
download | tcl-df9190aa43ec6f65886c402aa9d5ade8a57cd6be.zip tcl-df9190aa43ec6f65886c402aa9d5ade8a57cd6be.tar.gz tcl-df9190aa43ec6f65886c402aa9d5ade8a57cd6be.tar.bz2 |
removed load-related clientData, made filesystem static
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 05780ed..8fad788 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.107 2002/07/19 12:31:10 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.108 2002/07/22 16:51:48 vincentdarley Exp $ */ #ifndef _TCLINT @@ -1613,7 +1613,6 @@ extern char * tclDefaultEncodingDir; extern Tcl_ChannelType tclFileChannelType; extern char * tclMemDumpFileName; extern TclPlatformType tclPlatform; -extern Tcl_Filesystem tclNativeFilesystem; /* * Variables denoting the Tcl object types defined in the core. |