summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2010-08-18 15:44:08 (GMT)
committermsofer <msofer@noemail.net>2010-08-18 15:44:08 (GMT)
commit18950c19fb504d66448719d22beb1ef0305d6ec9 (patch)
treef997dd6e04e669fc5c94627f3ab580c39c22fc71 /generic/tclCompile.h
parenta1fb53112eb227e060f0cb08b6077428dba558db (diff)
downloadtcl-18950c19fb504d66448719d22beb1ef0305d6ec9.zip
tcl-18950c19fb504d66448719d22beb1ef0305d6ec9.tar.gz
tcl-18950c19fb504d66448719d22beb1ef0305d6ec9.tar.bz2
* generic/tclBasic.c: Redesign of [tailcall] to
* generic/tclCmdAH.c: (a) fix #3047235 * generic/tclCompile.h: (b) enable fix for #3046594 * generic/tclExecute.c: (c) enable recursive tailcalls * generic/tclInt.h: * generic/tclNamesp.c: * tests/tailcall.test: FossilOrigin-Name: beb3af88b5e286758fed136d9747338d89d5009d
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index e73ce73..686f508 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.125 2010/04/29 23:39:32 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.126 2010/08/18 15:44:12 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -869,8 +869,7 @@ MODULE_SCOPE Tcl_ObjCmdProc NRInterpCoroutine;
#define TCL_NR_BC_TYPE 0
#define TCL_NR_ATEXIT_TYPE 1
-#define TCL_NR_TAILCALL_TYPE 2
-#define TCL_NR_YIELD_TYPE 3
+#define TCL_NR_YIELD_TYPE 2
/*
*----------------------------------------------------------------