summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-08-17 19:37:03 (GMT)
committermsofer <msofer@noemail.net>2008-08-17 19:37:03 (GMT)
commit5b83fa29afb111e55deb6e7499506475ffe94a23 (patch)
treeb9e0527c030a241429a14d5d20be1ef6b52db633 /generic/tclCompile.h
parent0200e46f6c0a09d782c24c36f0d3fbef4cce03e6 (diff)
downloadtcl-5b83fa29afb111e55deb6e7499506475ffe94a23.zip
tcl-5b83fa29afb111e55deb6e7499506475ffe94a23.tar.gz
tcl-5b83fa29afb111e55deb6e7499506475ffe94a23.tar.bz2
* generic/tclBasic.c: Implementation of [coroutine] and [yield]
* generic/tclCmdAH.c: commands (in tcl::unsupported). * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclInt.h: * tests/unsupported.test: FossilOrigin-Name: bd5b25a1ecf7b00e0f2c3c0dc8cfee91c46a2163
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 044a978..c7539ba 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.105 2008/08/14 10:49:08 das Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.106 2008/08/17 19:37:11 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -842,6 +842,7 @@ MODULE_SCOPE Tcl_NRPostProc NRCallTEBC;
#define TCL_NR_BC_TYPE 0
#define TCL_NR_ATEXIT_TYPE 1
#define TCL_NR_TAILCALL_TYPE 2
+#define TCL_NR_YIELD_TYPE 3
/*
*----------------------------------------------------------------