Index: generic/nsfDecls.h =================================================================== diff -u -rbb18837f55b64ecdaf970c9e77624bc30f4c417a -rf0295d889aaf71709c63243685897dc3f11048f1 --- generic/nsfDecls.h (.../nsfDecls.h) (revision bb18837f55b64ecdaf970c9e77624bc30f4c417a) +++ generic/nsfDecls.h (.../nsfDecls.h) (revision f0295d889aaf71709c63243685897dc3f11048f1) @@ -124,8 +124,8 @@ #ifndef NsfObjErrType_TCL_DECLARED #define NsfObjErrType_TCL_DECLARED /* 17 */ -EXTERN int NsfObjErrType(Tcl_Interp *interp, Tcl_Obj *nm, - CONST char *type, char *parameterName); +EXTERN int NsfObjErrType(Tcl_Interp *interp, Tcl_Obj *value, + CONST char *type, Nsf_Param CONST *pPtr); #endif #ifndef NsfStackDump_TCL_DECLARED #define NsfStackDump_TCL_DECLARED @@ -227,7 +227,7 @@ void (*nsfDStringPrintf) (Tcl_DString *dsPtr, CONST char *fmt, va_list apSrc); /* 14 */ int (*nsfPrintError) (Tcl_Interp *interp, CONST char *fmt, ...); /* 15 */ int (*nsfErrInProc) (Tcl_Interp *interp, Tcl_Obj *objName, Tcl_Obj *clName, CONST char *procName); /* 16 */ - int (*nsfObjErrType) (Tcl_Interp *interp, Tcl_Obj *nm, CONST char *type, char *parameterName); /* 17 */ + int (*nsfObjErrType) (Tcl_Interp *interp, Tcl_Obj *value, CONST char *type, Nsf_Param CONST *pPtr); /* 17 */ void (*nsfStackDump) (Tcl_Interp *interp); /* 18 */ void (*nsfSetObjClientData) (Nsf_Object *obj, ClientData data); /* 19 */ ClientData (*nsfGetObjClientData) (Nsf_Object *obj); /* 20 */