Index: unix/tclAppInit.c =================================================================== diff -u -r0b76b5c7d5046151bab89be28b7f2f21e97b27d5 -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a --- unix/tclAppInit.c (.../tclAppInit.c) (revision 0b76b5c7d5046151bab89be28b7f2f21e97b27d5) +++ unix/tclAppInit.c (.../tclAppInit.c) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) @@ -150,13 +150,13 @@ */ #if 0 - if (Xotcl_Init(interp) == TCL_ERROR) { + if (Next_Init(interp) == TCL_ERROR) { return TCL_ERROR; } - Tcl_StaticPackage(interp, "XOTcl", Xotcl_Init, 0); + Tcl_StaticPackage(interp, "next", Next_Init, 0); #else - if (Tcl_PkgRequire(interp, "XOTcl", XOTCLVERSION, 1) == NULL) { + if (Tcl_PkgRequire(interp, "next", XOTCLVERSION, 1) == NULL) { return TCL_ERROR; } #endif