Index: generic/nsfIntDecls.h =================================================================== diff -u -r7a7a3fd2c6a87751e29436786910fd5b9c550d1c -r2ce5a2cab4731930a5b26455c56806fc201de23c --- generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 7a7a3fd2c6a87751e29436786910fd5b9c550d1c) +++ generic/nsfIntDecls.h (.../nsfIntDecls.h) (revision 2ce5a2cab4731930a5b26455c56806fc201de23c) @@ -31,26 +31,26 @@ typedef struct NsfIntStubs { int magic; - const struct NsfIntStubHooks *hooks; + struct NsfIntStubHooks *hooks; } NsfIntStubs; #ifdef __cplusplus extern "C" { #endif -extern const NsfIntStubs *nsfIntStubsPtr; +extern NsfIntStubs *nsfIntStubsPtr; #ifdef __cplusplus } #endif -#if defined(USE_NSF_STUBS) +#if defined(USE_NSF_STUBS) && !defined(USE_NSF_STUB_PROCS) /* * Inline function declarations: */ -#endif /* defined(USE_NSF_STUBS) */ +#endif /* defined(USE_NSF_STUBS) && !defined(USE_NSF_STUB_PROCS) */ /* !END!: Do not edit above this line. */