summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2010-10-02 00:23:44 (GMT)
committerhobbs <hobbs@noemail.net>2010-10-02 00:23:44 (GMT)
commite34340a05ce8070457c50828f3e808812c00d9c7 (patch)
tree2da57bc4de7200cdacb7d36df31d213befedb5d7 /generic/tclInt.decls
parent380a233e6334d13ff3cc8cd13353a16135b5788b (diff)
downloadtcl-e34340a05ce8070457c50828f3e808812c00d9c7.zip
tcl-e34340a05ce8070457c50828f3e808812c00d9c7.tar.gz
tcl-e34340a05ce8070457c50828f3e808812c00d9c7.tar.bz2
* generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to
return data to interp by default, or if given an arg, use that as filename to output to (accepts 'stdout' and 'stderr'). Fix output to print used inst count data. * generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow * generic/tclInt.decls: objPtr as well as FILE* as output. * generic/tclIntDecls.h: FossilOrigin-Name: 4a9ba4606457fef4b186e6e3de296d5b39a6c2b4
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index fe08bd5..1a114f1 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.149 2010/09/27 19:42:38 msofer Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.150 2010/10/02 00:23:44 hobbs Exp $
library tcl
@@ -83,7 +83,7 @@ declare 12 {
# Tcl_DString *headPtr, char *tail, Tcl_GlobTypeData *types)
#}
declare 14 {
- void TclDumpMemoryInfo(FILE *outFile)
+ int TclDumpMemoryInfo(ClientData clientData, int flags)
}
# Removed in 8.1:
# declare 15 {