summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-06-18 09:41:24 (GMT)
committerdkf <dkf@noemail.net>2009-06-18 09:41:24 (GMT)
commit4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb (patch)
tree7145a35ee01103f7cbd6ba44dd6c5a4f718539ae /generic/tclInt.decls
parenta68a0bd4205866b74c19fbc79def68a2149e486d (diff)
downloadtcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.zip
tcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.tar.gz
tcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.tar.bz2
Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.
FossilOrigin-Name: ab1f2ddc32f12e5fe6896b8aaa65b2ac94413285
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 0db9059..0847324 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -13,7 +13,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.decls,v 1.138 2009/04/10 18:02:36 das Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.139 2009/06/18 09:41:26 dkf Exp $
library tcl
@@ -970,6 +970,12 @@ declare 242 generic {
int TclNREvalObjv(Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[], int flags, Command *cmdPtr)
}
+
+# Tcl_Obj leak detection support.
+declare 243 generic {
+ void TclDbDumpActiveObjects(FILE *outFile)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are