Index: generic/nsf.h =================================================================== diff -u -r7ad03f0f42ae651084aefb409c6c00b2318821c7 -ra422e30cf3600a498fac637e16604693577f7802 --- generic/nsf.h (.../nsf.h) (revision 7ad03f0f42ae651084aefb409c6c00b2318821c7) +++ generic/nsf.h (.../nsf.h) (revision a422e30cf3600a498fac637e16604693577f7802) @@ -409,13 +409,13 @@ # define NSF_FALL_THROUGH ((void)0) #endif - +/* EXTERN int NsfArgumentError(Tcl_Interp *interp, const char *errorMsg, Nsf_Param const *paramPtr, Tcl_Obj *cmdNameObj, Tcl_Obj *methodPathObj) NSF_nonnull(1) NSF_nonnull(2) NSF_nonnull(3); +*/ - EXTERN int NsfDispatchClientDataError(Tcl_Interp *interp, ClientData clientData, const char *what, const char *methodName) @@ -487,17 +487,17 @@ /* * Nsf Enumeration type interface */ +#if 0 EXTERN int Nsf_EnumerationTypeRegister(Tcl_Interp *interp, Nsf_EnumeratorConverterEntry *typeRecords) NSF_nonnull(1) NSF_nonnull(2); - /* * Nsf Cmd definition interface */ EXTERN int Nsf_CmdDefinitionRegister(Tcl_Interp *interp, Nsf_methodDefinition *definitionRecords) NSF_nonnull(1) NSF_nonnull(2); +#endif - /* * Include the public function declarations that are accessible via * the stubs table.