diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-18 09:41:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-18 09:41:25 (GMT) |
commit | bf70bdd02363606dc3d81c1a97059be6ecaec3b6 (patch) | |
tree | 7145a35ee01103f7cbd6ba44dd6c5a4f718539ae /generic/tclInt.decls | |
parent | 9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97 (diff) | |
download | tcl-bf70bdd02363606dc3d81c1a97059be6ecaec3b6.zip tcl-bf70bdd02363606dc3d81c1a97059be6ecaec3b6.tar.gz tcl-bf70bdd02363606dc3d81c1a97059be6ecaec3b6.tar.bz2 |
Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 8 |
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 |