diff options
author | hobbs <hobbs> | 2005-10-05 04:27:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 04:27:38 (GMT) |
commit | 5c8448646add9ecad7fc923b94cffda929042329 (patch) | |
tree | 0ccf9071be7a2cf36c58d4661444b2b897a6d193 /generic/tclIOUtil.c | |
parent | f44618e215055db10c70056086d2727efd012169 (diff) | |
download | tcl-5c8448646add9ecad7fc923b94cffda929042329.zip tcl-5c8448646add9ecad7fc923b94cffda929042329.tar.gz tcl-5c8448646add9ecad7fc923b94cffda929042329.tar.bz2 |
* generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static
* generic/tclEncoding.c (TclFindEncodings): make static
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 2647a8b..50882ec 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -17,7 +17,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.21 2005/05/24 04:19:32 das Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.22 2005/10/05 04:27:38 hobbs Exp $ */ #include "tclInt.h" @@ -1319,7 +1319,7 @@ Tcl_FSData(fsPtr) * *--------------------------------------------------------------------------- */ -Tcl_Obj* +static Tcl_Obj * TclFSNormalizeAbsolutePath(interp, pathPtr, clientDataPtr) Tcl_Interp* interp; /* Interpreter to use */ Tcl_Obj *pathPtr; /* Absolute path to normalize */ |