Index: generic/xotcl.h =================================================================== diff -u -r335be502582c8dbf25ed808978d56a8fde39c991 -raf4326a00a0f2d0b2f1e0369af71637f48c2d56a --- generic/xotcl.h (.../xotcl.h) (revision 335be502582c8dbf25ed808978d56a8fde39c991) +++ generic/xotcl.h (.../xotcl.h) (revision af4326a00a0f2d0b2f1e0369af71637f48c2d56a) @@ -154,7 +154,7 @@ * Include the public function declarations that are accessible via * the stubs table. */ -#include "xotclDecls.h" +#include "nxDecls.h" /* * Xotcl_InitStubs is used by extensions that can be linked @@ -168,10 +168,10 @@ extern "C" # endif CONST char * -Xotcl_InitStubs _ANSI_ARGS_((Tcl_Interp *interp, CONST char *version, int exact)); +Nx_InitStubs _ANSI_ARGS_((Tcl_Interp *interp, CONST char *version, int exact)); #else # define Xotcl_InitStubs(interp, version, exact) \ - Tcl_PkgRequire(interp, "XOTcl", version, exact) + Tcl_PkgRequire(interp, "nx", version, exact) #endif #endif /* RC_INVOKED */