summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-09-05 16:33:37 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-09-05 16:33:37 (GMT)
commit522456ba985545e9ba23b34d8093a2f770ebc10b (patch)
tree6fb47dfb2a8efbccaaed767e30c364a668d0620a /unix
parent627f0a4d6a3b5ed2573b77e20bb0e14cf3904f03 (diff)
downloadtcl-522456ba985545e9ba23b34d8093a2f770ebc10b.zip
tcl-522456ba985545e9ba23b34d8093a2f770ebc10b.tar.gz
tcl-522456ba985545e9ba23b34d8093a2f770ebc10b.tar.bz2
Removed the package style loader from tclAppInit. Zipfs now loads as part of the interpreter.
Diffstat (limited to 'unix')
-rw-r--r--unix/tclAppInit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index 40b10f3..9bbc88b 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -17,7 +17,6 @@
#include "tcl.h"
#ifdef TCL_TEST
-#include "tclZipfs.h"
extern Tcl_PackageInitProc Tcltest_Init;
extern Tcl_PackageInitProc Tcltest_SafeInit;
#endif /* TCL_TEST */
@@ -124,10 +123,6 @@ Tcl_AppInit(
return TCL_ERROR;
}
Tcl_StaticPackage(interp, "Tcltest", Tcltest_Init, Tcltest_SafeInit);
- if (Tclzipfs_Init(interp) == TCL_ERROR) {
- return TCL_ERROR;
- }
- Tcl_StaticPackage(interp, "zipfs", Tclzipfs_Init, Tclzipfs_SafeInit);
#endif /* TCL_TEST */
/*