diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-10-10 15:50:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-10-10 15:50:35 (GMT) |
commit | cea8ddaa76c5481a3d6b897d651bd0ae03ec7322 (patch) | |
tree | cf1109d1c5fe0a2d0670db6854c4820c345d9821 /generic/tclFileSystem.h | |
parent | e7ee62989ba32781bf9225e6e5e4d1d3800535c0 (diff) | |
download | tcl-cea8ddaa76c5481a3d6b897d651bd0ae03ec7322.zip tcl-cea8ddaa76c5481a3d6b897d651bd0ae03ec7322.tar.gz tcl-cea8ddaa76c5481a3d6b897d651bd0ae03ec7322.tar.bz2 |
Exported symbol name police (thanks GPS for spotting this!)
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r-- | generic/tclFileSystem.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h index 4514391..e7e9421 100644 --- a/generic/tclFileSystem.h +++ b/generic/tclFileSystem.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclFileSystem.h,v 1.4 2003/09/29 22:38:20 dkf Exp $ + * RCS: @(#) $Id: tclFileSystem.h,v 1.5 2003/10/10 15:50:35 dkf Exp $ */ /* @@ -82,8 +82,7 @@ Tcl_Obj* TclFSNormalizeAbsolutePath _ANSI_ARGS_((Tcl_Interp* interp, * Private shared variables for use by tclIOUtil.c and tclPathObj.c */ extern Tcl_Filesystem tclNativeFilesystem; -extern int theFilesystemEpoch; -extern Tcl_ThreadDataKey fsDataKey; +extern Tcl_ThreadDataKey tclFsDataKey; /* * Private shared functions for use by tclIOUtil.c and tclPathObj.c |