summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2009-10-18 11:21:38 (GMT)
committermistachkin <mistachkin@noemail.net>2009-10-18 11:21:38 (GMT)
commitfc9c2cb67902316c68679c38586e352d9229b9f3 (patch)
tree603c5054308f9adf1cc735c02a0e1c578b379924 /generic/tclStubInit.c
parentd2ff7e38aceaf1b35515ef8f18d2cda7d0034cbe (diff)
downloadtcl-fc9c2cb67902316c68679c38586e352d9229b9f3.zip
tcl-fc9c2cb67902316c68679c38586e352d9229b9f3.tar.gz
tcl-fc9c2cb67902316c68679c38586e352d9229b9f3.tar.bz2
Fix for [Bug 988703, 1565466]
FossilOrigin-Name: 3a43f003a8f4e595938bf2fe553aa3cd66ea9616
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 18c4f44..5159c74 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.150.2.1 2009/04/10 18:02:42 das Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.150.2.2 2009/10/18 11:21:38 mistachkin Exp $
*/
#include "tclInt.h"
@@ -335,6 +335,13 @@ TclIntStubs tclIntStubs = {
TclVarHashCreateVar, /* 234 */
TclInitVarHashTable, /* 235 */
TclBackgroundException, /* 236 */
+ NULL, /* 237 */
+ NULL, /* 238 */
+ NULL, /* 239 */
+ NULL, /* 240 */
+ NULL, /* 241 */
+ NULL, /* 242 */
+ TclDbDumpActiveObjects, /* 243 */
};
TclIntPlatStubs tclIntPlatStubs = {