summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-12 19:30:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-12 19:30:00 (GMT)
commit9b45aaa5b04468a95445c052fb62b42f081960b3 (patch)
tree48463f1ee46b845f9328773b5ee8984c5592617a /generic/tclInterp.c
parent945b10776dd8549b1f2371b406bea48df0e987d8 (diff)
parent9b285dde85a6b7f41dd63cadb8c32517e3b1d1dd (diff)
downloadtcl-9b45aaa5b04468a95445c052fb62b42f081960b3.zip
tcl-9b45aaa5b04468a95445c052fb62b42f081960b3.tar.gz
tcl-9b45aaa5b04468a95445c052fb62b42f081960b3.tar.bz2
TIP #430 implementation
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index d4bf465..92ff8d9 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -402,6 +402,7 @@ Tcl_Init(
" set scripts {{set tcl_library}}\n"
" } else {\n"
" set scripts {}\n"
+" lappend scripts {zipfs tcl_library}\n"
" if {[info exists env(TCL_LIBRARY)] && ($env(TCL_LIBRARY) ne {})} {\n"
" lappend scripts {set env(TCL_LIBRARY)}\n"
" lappend scripts {\n"