summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-09-27 20:33:37 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-09-27 20:33:37 (GMT)
commite7e975cd6f4d6d27ec49946ba6b5d6aeb0d75689 (patch)
tree7230190020b96b7377c7a1e8d4bc809e6c6ccd15 /generic/tclProc.c
parentb5bc78c17be16102c70991d3090dc85aa9baf44b (diff)
downloadtcl-e7e975cd6f4d6d27ec49946ba6b5d6aeb0d75689.zip
tcl-e7e975cd6f4d6d27ec49946ba6b5d6aeb0d75689.tar.gz
tcl-e7e975cd6f4d6d27ec49946ba6b5d6aeb0d75689.tar.bz2
Merged from HEAD.
Also replaced a funky NRCallTEBC with the new call TclNRExecuteByteCode.
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index d1a90ad..d0c1ca3 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclProc.c,v 1.181 2010/08/22 18:53:26 nijtmans Exp $
+ * RCS: @(#) $Id: tclProc.c,v 1.181.2.1 2010/09/27 20:33:37 kennykb Exp $
*/
#include "tclInt.h"
@@ -1811,9 +1811,7 @@ TclNRInterpProcCore(
TclNRAddCallback(interp, InterpProcNR2, procNameObj, errorProc,
NULL, NULL);
- TclNRAddCallback(interp, NRCallTEBC, INT2PTR(TCL_NR_BC_TYPE), codePtr,
- NULL, NULL);
- return TCL_OK;
+ return TclNRExecuteByteCode(interp, codePtr);
}
static int