summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2001-08-23 17:37:07 (GMT)
committervincentdarley <vincentdarley@noemail.net>2001-08-23 17:37:07 (GMT)
commitc27c9fbf8b5c59b5bb7bb4e2a1f590a8f2a2a81f (patch)
tree6169e1176aad79725e33cee0d99ca91f726feed6 /generic/tclStubInit.c
parent6c8e06a2b0e420dc9f70d164879862ccdc1dd1a2 (diff)
downloadtcl-c27c9fbf8b5c59b5bb7bb4e2a1f590a8f2a2a81f.zip
tcl-c27c9fbf8b5c59b5bb7bb4e2a1f590a8f2a2a81f.tar.gz
tcl-c27c9fbf8b5c59b5bb7bb4e2a1f590a8f2a2a81f.tar.bz2
fs update
FossilOrigin-Name: 37484c1daabf6ee673956b20a5839e2ba4d36684
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 54f55c6..647b3c3 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.54 2001/07/31 19:12:06 vincentdarley Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.55 2001/08/23 17:37:08 vincentdarley Exp $
*/
#include "tclInt.h"
@@ -848,7 +848,7 @@ TclStubs tclStubs = {
Tcl_FSDeleteFile, /* 443 */
Tcl_FSLoadFile, /* 444 */
Tcl_FSMatchInDirectory, /* 445 */
- Tcl_FSReadlink, /* 446 */
+ Tcl_FSLink, /* 446 */
Tcl_FSRemoveDirectory, /* 447 */
Tcl_FSRenameFile, /* 448 */
Tcl_FSLstat, /* 449 */
@@ -878,6 +878,7 @@ TclStubs tclStubs = {
Tcl_FSRegister, /* 473 */
Tcl_FSUnregister, /* 474 */
Tcl_FSData, /* 475 */
+ Tcl_FSGetTranslatedStringPath, /* 476 */
};
/* !END!: Do not edit above this line. */