summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2010-01-03 20:29:11 (GMT)
committermsofer <msofer@noemail.net>2010-01-03 20:29:11 (GMT)
commit3b9106e711453f10ce7bd3d227eb8ea8ac1e01f6 (patch)
treedce88a02399c32caf6d59948227d30e00d697a4d /generic/tclCompile.h
parentc5d18c5856e56900945f632e66e1f87821e33b64 (diff)
downloadtcl-3b9106e711453f10ce7bd3d227eb8ea8ac1e01f6.zip
tcl-3b9106e711453f10ce7bd3d227eb8ea8ac1e01f6.tar.gz
tcl-3b9106e711453f10ce7bd3d227eb8ea8ac1e01f6.tar.bz2
* generic/tclBasic.c: Fix lerak of coroutines on namespace
* generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: FossilOrigin-Name: 213483b4eb86cec7d3d7e93c9410eb484c05968d
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 25dec86..a41e094 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.119 2009/09/04 17:33:11 dgp Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.120 2010/01/03 20:29:11 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -858,6 +858,7 @@ typedef struct {
MODULE_SCOPE Tcl_NRPostProc NRCallTEBC;
MODULE_SCOPE Tcl_NRPostProc NRCommand;
+MODULE_SCOPE Tcl_ObjCmdProc NRInterpCoroutine;
#define TCL_NR_BC_TYPE 0
#define TCL_NR_ATEXIT_TYPE 1