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