summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-21 15:07:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-21 15:07:59 (GMT)
commit128e4211ae5e41a3a0cbe8f651ee211618dd9a38 (patch)
treeedde2684acb69fbdefc4ae76635e5cb9ab149de5 /generic/tclInt.h
parent88b2f7f06e994621c0a8e374cdf70b85abd3a173 (diff)
downloadtcl-128e4211ae5e41a3a0cbe8f651ee211618dd9a38.zip
tcl-128e4211ae5e41a3a0cbe8f651ee211618dd9a38.tar.gz
tcl-128e4211ae5e41a3a0cbe8f651ee211618dd9a38.tar.bz2
implementation of [yieldto] in bytecode
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 7932a58..6ddb015 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3688,6 +3688,9 @@ MODULE_SCOPE int TclCompileWhileCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileYieldCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileYieldToCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileBasic0ArgCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);