diff options
author | dgp <dgp@users.sourceforge.net> | 2009-07-24 20:45:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-07-24 20:45:22 (GMT) |
commit | e1465aee3a159ab7eb67703d6b658593ed7e8cee (patch) | |
tree | b4dc943c88eabdabbac62f9a6178f342237f3a7d /generic/tclCmdAH.c | |
parent | 710802429c69bb7c6e322c2fc6f2fa2298381a64 (diff) | |
download | tcl-e1465aee3a159ab7eb67703d6b658593ed7e8cee.zip tcl-e1465aee3a159ab7eb67703d6b658593ed7e8cee.tar.gz tcl-e1465aee3a159ab7eb67703d6b658593ed7e8cee.tar.bz2 |
minor cleanups
Diffstat (limited to 'generic/tclCmdAH.c')
-rw-r--r-- | generic/tclCmdAH.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c index a3a5841..b268bfc 100644 --- a/generic/tclCmdAH.c +++ b/generic/tclCmdAH.c @@ -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: tclCmdAH.c,v 1.117 2009/07/14 16:34:08 andreas_kupries Exp $ + * RCS: @(#) $Id: tclCmdAH.c,v 1.118 2009/07/24 20:45:22 dgp Exp $ */ #include "tclInt.h" @@ -290,7 +290,7 @@ TclNRCatchObjCmd( * TIP #280. Make invoking context available to caught script. */ - Tcl_NRAddCallback(interp, CatchObjCmdCallback, INT2PTR(objc), + TclNRAddCallback(interp, CatchObjCmdCallback, INT2PTR(objc), varNamePtr, optionVarNamePtr, NULL); return TclNREvalObjEx(interp, objv[1], 0, iPtr->cmdFramePtr, 1); |