On Monday 04 March 2002 12:15, you wrote:
In file xotcl.c:
static int XOTclCNewMethod(ClientData cd, Tcl_Interp* in, int objc, Tcl_Obj *objv[]) { DEFINE_NEW_TCL_OBJECTS_ON_STACK(objc+1, ov);
...
/* ^^^^^^ */
Should read:
DEFINE_NEW_TCL_OBJECTS_ON_STACK(objc+2, ov);
zoran, thank you. this bug is confirmed and fixed. -gustaf