Index: xotcl/generic/xotcl.decls =================================================================== diff -u -rbb3c756fb47517596b9dbcb4e580aa1212827b41 -r2846921e448d4d4aeb3245ebbfe4381182f0e286 --- xotcl/generic/xotcl.decls (.../xotcl.decls) (revision bb3c756fb47517596b9dbcb4e580aa1212827b41) +++ xotcl/generic/xotcl.decls (.../xotcl.decls) (revision 2846921e448d4d4aeb3245ebbfe4381182f0e286) @@ -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.2 2006/09/14 06:36:02 neumann Exp $ +# RCS: $Id: xotcl.decls,v 1.3 2006/09/25 08:29:04 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 *context, char *expected, char *value) + int XOTclErrBadVal(Tcl_Interp *in, char *expected, char *value) } declare 28 generic { int XOTclObjErrType(Tcl_Interp *in, Tcl_Obj *nm, char* wt)