Index: generic/nsfStubInit.c =================================================================== diff -u -r68b3924a7a90d28e2e11f9b9b8244a85da708073 -rbb72efa672030199bfaecff1cc829dfd802a28d8 --- generic/nsfStubInit.c (.../nsfStubInit.c) (revision 68b3924a7a90d28e2e11f9b9b8244a85da708073) +++ generic/nsfStubInit.c (.../nsfStubInit.c) (revision bb72efa672030199bfaecff1cc829dfd802a28d8) @@ -23,6 +23,15 @@ * below should be made in the generic/tcl.decls script. */ +#if defined(PRE86) +EXTERN NsfStubs nsfStubs; +# else +MODULE_SCOPE const NsfStubs nsfStubs; +#endif + + + + /* !BEGIN!: Do not edit below this line. */ NsfIntStubs nsfIntStubs = { @@ -79,9 +88,6 @@ /* !END!: Do not edit above this line. */ -MODULE_SCOPE const NsfStubs * const nsfConstStubPtr; -const NsfStubs * const nsfConstStubPtr = &nsfStubs; - /* * Local Variables: * mode: c