Index: generic/xotclDecls.h =================================================================== diff -u -r1c11937f4f0aea905fbedfbb9c2d1782b08833f5 -rc942f4e117d2aa3c8594702e0476a3f73a4147df --- generic/xotclDecls.h (.../xotclDecls.h) (revision 1c11937f4f0aea905fbedfbb9c2d1782b08833f5) +++ generic/xotclDecls.h (.../xotclDecls.h) (revision c942f4e117d2aa3c8594702e0476a3f73a4147df) @@ -154,7 +154,7 @@ #define XOTclObjErrType_TCL_DECLARED /* 28 */ EXTERN int XOTclObjErrType (Tcl_Interp * interp, Tcl_Obj * nm, - char * wt); + char * wt, char * parameterName); #endif #ifndef XOTclStackDump_TCL_DECLARED #define XOTclStackDump_TCL_DECLARED @@ -282,7 +282,7 @@ int (*xOTclErrInProc) (Tcl_Interp * interp, Tcl_Obj * objName, Tcl_Obj * clName, char * procName); /* 25 */ void *reserved26; int (*xOTclErrBadVal_) (Tcl_Interp * interp, char * expected, char * value); /* 27 */ - int (*xOTclObjErrType) (Tcl_Interp * interp, Tcl_Obj * nm, char * wt); /* 28 */ + int (*xOTclObjErrType) (Tcl_Interp * interp, Tcl_Obj * nm, char * wt, char * parameterName); /* 28 */ void (*xOTclStackDump) (Tcl_Interp * interp); /* 29 */ void (*xOTclCallStackDump) (Tcl_Interp * interp); /* 30 */ void *reserved31;