Index: generic/nsf.c =================================================================== diff -u -rb2902b78f53fb056a18e45f85f2e5df5fcec925b -r625e5b42ce67fb5b427852f477e9dac8746e8025 --- generic/nsf.c (.../nsf.c) (revision b2902b78f53fb056a18e45f85f2e5df5fcec925b) +++ generic/nsf.c (.../nsf.c) (revision 625e5b42ce67fb5b427852f477e9dac8746e8025) @@ -16102,7 +16102,7 @@ return TCL_ERROR; } - if (Nsf_PointerTypeLookup(interp, Tcl_DStringValue(dsPtr))) { + if (Nsf_PointerTypeLookup(Tcl_DStringValue(dsPtr))) { /* * Check, if the option refers to a pointer converter */ @@ -33262,7 +33262,7 @@ * definitions tables and load it with the generated information for * introspection. */ - Nsf_PointerInit(interp); + Nsf_PointerInit(); Nsf_EnumerationTypeInit(); result = Nsf_EnumerationTypeRegister(interp, enumeratorConverterEntries);