summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-07-24 20:45:22 (GMT)
committerdgp <dgp@noemail.net>2009-07-24 20:45:22 (GMT)
commit9802bf90fcb6d24d3083b0cfb2eae0b20d721c1e (patch)
treeb4dc943c88eabdabbac62f9a6178f342237f3a7d /generic/tclCmdAH.c
parent0631bf5aaf403f4a04b10d4cf02297d64f6acd94 (diff)
downloadtcl-9802bf90fcb6d24d3083b0cfb2eae0b20d721c1e.zip
tcl-9802bf90fcb6d24d3083b0cfb2eae0b20d721c1e.tar.gz
tcl-9802bf90fcb6d24d3083b0cfb2eae0b20d721c1e.tar.bz2
minor cleanups
FossilOrigin-Name: 99c5bc65158b7e0ba81f2b0dc784882ef0e7c234
Diffstat (limited to 'generic/tclCmdAH.c')
-rw-r--r--generic/tclCmdAH.c4
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);