Index: generic/xotclStubInit.c =================================================================== diff -u -r044952af84b087821f5bd68570b84b8e3e000851 -rcde16e9d87173d7ef9179ce40e10c2f1f708940e --- generic/xotclStubInit.c (.../xotclStubInit.c) (revision 044952af84b087821f5bd68570b84b8e3e000851) +++ generic/xotclStubInit.c (.../xotclStubInit.c) (revision cde16e9d87173d7ef9179ce40e10c2f1f708940e) @@ -24,16 +24,16 @@ /* !BEGIN!: Do not edit below this line. */ -static const XotclIntStubs xotclIntStubs = { +XotclIntStubs xotclIntStubs = { TCL_STUB_MAGIC, NULL, }; -static const XotclStubHooks xotclStubHooks = { +static XotclStubHooks xotclStubHooks = { &xotclIntStubs }; -static const XotclStubs xotclStubs = { +XotclStubs xotclStubs = { TCL_STUB_MAGIC, &xotclStubHooks, Xotcl_Init, /* 0 */