summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 16:33:01 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 16:33:01 (GMT)
commit7b7f63470a6ad3bc615a4120d09489ae02c9fa7d (patch)
tree3a2cefb694b5d02ed1e89b00ed6d427ef8877af3 /generic/tclInt.h
parentf02342c0abbf0a641833353f729836274db3b80a (diff)
downloadtcl-7b7f63470a6ad3bc615a4120d09489ae02c9fa7d.zip
tcl-7b7f63470a6ad3bc615a4120d09489ae02c9fa7d.tar.gz
tcl-7b7f63470a6ad3bc615a4120d09489ae02c9fa7d.tar.bz2
* generic/tclBasic.c: add ::tcl::unsupported::yieldTo
* generic/tclInt.h: [Patch 2910056]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index efde2ce..c1315be 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.449 2009/12/06 20:35:39 msofer Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.450 2009/12/07 16:33:01 msofer Exp $
*/
#ifndef _TCLINT
@@ -2660,6 +2660,7 @@ MODULE_SCOPE Tcl_NRPostProc TclNRForIterCallback;
MODULE_SCOPE Tcl_ObjCmdProc TclNRTailcallObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRCoroutineObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldObjCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldToObjCmd;
MODULE_SCOPE void TclClearTailcall(Tcl_Interp *interp,
struct TEOV_callback *tailcallPtr);