summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-23 20:59:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-23 20:59:28 (GMT)
commit01c626fca98818554b8bfbe326bee0753ae9931c (patch)
tree9b4effdd77d2735fe90d11dc21f9c22bbdd983dd /generic/tclInt.h
parent72ae8dccf119510f1b175a9a2243a87069cef308 (diff)
parent60a84571795909d2b51dff06349107716ae3ab6d (diff)
downloadtcl-01c626fca98818554b8bfbe326bee0753ae9931c.zip
tcl-01c626fca98818554b8bfbe326bee0753ae9931c.tar.gz
tcl-01c626fca98818554b8bfbe326bee0753ae9931c.tar.bz2
Merge the checkins of the dgp-read-bytes branch onto the trunk, up to
and including checkin a1e82fb63e . Do not merge checkin bae1c688f2 which starts to take the dgp-read-bytes branch into directions apparently unfriendly to stacked channels, which tests for [chan push] on the trunk help us to detect.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 2aa1725..a8146f5 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2921,6 +2921,8 @@ MODULE_SCOPE int TclGetOpenModeEx(Tcl_Interp *interp,
MODULE_SCOPE Tcl_Obj * TclGetProcessGlobalValue(ProcessGlobalValue *pgvPtr);
MODULE_SCOPE Tcl_Obj * TclGetSourceFromFrame(CmdFrame *cfPtr, int objc,
Tcl_Obj *const objv[]);
+MODULE_SCOPE char * TclGetStringStorage(Tcl_Obj *objPtr,
+ unsigned int *sizePtr);
MODULE_SCOPE int TclGlob(Tcl_Interp *interp, char *pattern,
Tcl_Obj *unquotedPrefix, int globFlags,
Tcl_GlobTypeData *types);