summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-09-10 13:23:47 (GMT)
committermsofer <msofer@noemail.net>2008-09-10 13:23:47 (GMT)
commitff7e3572994a1d48fd2ff9c5107be6d7189345ab (patch)
tree9ae25b29e219c9f6bc5be5c46c47d1f560762124 /generic/tclBasic.c
parent29e27b5c834bb3de5a0dd7a6b8e47e5d22521c65 (diff)
downloadtcl-ff7e3572994a1d48fd2ff9c5107be6d7189345ab.zip
tcl-ff7e3572994a1d48fd2ff9c5107be6d7189345ab.tar.gz
tcl-ff7e3572994a1d48fd2ff9c5107be6d7189345ab.tar.bz2
* tests/nre.test: add missing constraints; enable test of foreach
recursion. * generic/tclBasic.c: * generic/tclCompile.h: * generic/tclExecute.c (INST_EVAL_STK): fix for [Bug 2102930], wrong numLevels when evaling a canonical list. FossilOrigin-Name: abc61b5a22b45606c7a600a8ae225f965271e3db
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 68700c8..1f80d43 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -16,7 +16,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.365 2008/08/26 22:37:02 msofer Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.366 2008/09/10 13:24:00 msofer Exp $
*/
#include "tclInt.h"
@@ -134,7 +134,6 @@ static Tcl_NRPostProc TEOV_Error;
static Tcl_NRPostProc TEOEx_ListCallback;
static Tcl_NRPostProc TEOEx_ByteCodeCallback;
-static Tcl_NRPostProc NRCommand;
static Tcl_NRPostProc NRRunObjProc;
static Tcl_NRPostProc AtProcExitCleanup;
@@ -4228,7 +4227,7 @@ TclNRRunCallbacks(
return result;
}
-static int
+int
NRCommand(
ClientData data[],
Tcl_Interp *interp,