summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-04-25 12:07:45 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-04-25 12:07:45 (GMT)
commit2d0545c937ed0e491f8e155dde41c9a62bd7dc86 (patch)
tree9287ec35f60eeed086288278741ae7b69817beda /generic/tclInt.h
parenteaa02eccbd4b1111d5775d38bd135ef3425da6bb (diff)
downloadtcl-2d0545c937ed0e491f8e155dde41c9a62bd7dc86.zip
tcl-2d0545c937ed0e491f8e155dde41c9a62bd7dc86.tar.gz
tcl-2d0545c937ed0e491f8e155dde41c9a62bd7dc86.tar.bz2
* generic/tclUtil.c (TclDStringToObj): Added internal function to make
the fairly-common operation of converting a DString into an Obj a more efficient one.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 08b3f70..9068dfb 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2920,6 +2920,7 @@ MODULE_SCOPE void TclCreateLateExitHandler(Tcl_ExitProc *proc,
ClientData clientData);
MODULE_SCOPE void TclDeleteLateExitHandler(Tcl_ExitProc *proc,
ClientData clientData);
+MODULE_SCOPE Tcl_Obj * TclDStringToObj(Tcl_DString *dsPtr);
MODULE_SCOPE void TclFinalizeAllocSubsystem(void);
MODULE_SCOPE void TclFinalizeAsync(void);
MODULE_SCOPE void TclFinalizeDoubleConversion(void);