diff options
| author | tne <tne> | 2014-09-03 21:10:46 (GMT) |
|---|---|---|
| committer | tne <tne> | 2014-09-03 21:10:46 (GMT) |
| commit | 13d2474845b4b62c7a74064518c6159e00b44883 (patch) | |
| tree | 6b667a8ef5581e56965a2ec13a239be6216cc609 /generic/tclStubInit.c | |
| parent | 89646f796eb2721743fc4c0d1974480794913baa (diff) | |
| parent | cefb8b148004b24b824e959c03d73f5a6800001b (diff) | |
| download | tcl-hypnotoad.zip tcl-hypnotoad.tar.gz tcl-hypnotoad.tar.bz2 | |
Updating hypnotoad branchhypnotoad
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index b061ba6..ace1766 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -1412,9 +1412,7 @@ const TclStubs tclStubs = { Tcl_FindSymbol, /* 628 */ Tcl_FSUnloadFile, /* 629 */ Tcl_ZlibStreamSetCompressionDictionary, /* 630 */ - Tcl_Zvfs_Init, /* 631 */ - Tcl_Zvfs_Mount, /* 632 */ - Tcl_Zvfs_Umount, /* 633 */ + Tcl_Zvfs_Boot, /* 631 */ }; /* !END!: Do not edit above this line. */ |
