summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
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/tclCompile.h
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/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index c7539ba..ab8eef8 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.106 2008/08/17 19:37:11 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.107 2008/09/10 13:24:09 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -838,6 +838,7 @@ typedef struct {
*/
MODULE_SCOPE Tcl_NRPostProc NRCallTEBC;
+MODULE_SCOPE Tcl_NRPostProc NRCommand;
#define TCL_NR_BC_TYPE 0
#define TCL_NR_ATEXIT_TYPE 1