Index: xotcl/generic/xotcl.decls =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -rbb3c756fb47517596b9dbcb4e580aa1212827b41 --- xotcl/generic/xotcl.decls (.../xotcl.decls) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotcl.decls (.../xotcl.decls) (revision bb3c756fb47517596b9dbcb4e580aa1212827b41) @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: $Id: xotcl.decls,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: $Id: xotcl.decls,v 1.2 2006/09/14 06:36:02 neumann Exp $ library xotcl @@ -119,7 +119,7 @@ int XOTclObjErrArgCnt(Tcl_Interp *in, Tcl_Obj *cmdname, char *arglist) } declare 27 generic { - int XOTclErrBadVal(Tcl_Interp *in, char *expected, char *value) + int XOTclErrBadVal(Tcl_Interp *in, char *context, char *expected, char *value) } declare 28 generic { int XOTclObjErrType(Tcl_Interp *in, Tcl_Obj *nm, char* wt)