diff options
| author | dgp@users.sourceforge.net <dgp> | 2012-01-27 21:56:52 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2012-01-27 21:56:52 (GMT) |
| commit | fb41e35e8404a5319f9898db843ed4227fbd3532 (patch) | |
| tree | f4482a0b82fb53236a1951b0d815fc6f2b21a95e /generic/tclInt.h | |
| parent | 053cb0f5441710c796513e50e0214a8a09423928 (diff) | |
| download | tcl-fb41e35e8404a5319f9898db843ed4227fbd3532.zip tcl-fb41e35e8404a5319f9898db843ed4227fbd3532.tar.gz tcl-fb41e35e8404a5319f9898db843ed4227fbd3532.tar.bz2 | |
3479689 New internal routine TclJoinPath().
Refactor all the *Join*Path* routines to give them more useful interfaces
that are easier to manage getting the refcounts right.
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index b375bb9..feede54 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2995,6 +2995,7 @@ MODULE_SCOPE void TclInitSubsystems(void); MODULE_SCOPE int TclInterpReady(Tcl_Interp *interp); MODULE_SCOPE int TclIsLocalScalar(const char *src, int len); MODULE_SCOPE int TclIsSpaceProc(char byte); +MODULE_SCOPE Tcl_Obj * TclJoinPath(int elements, Tcl_Obj * const objv[]); MODULE_SCOPE int TclJoinThread(Tcl_ThreadId id, int *result); MODULE_SCOPE void TclLimitRemoveAllHandlers(Tcl_Interp *interp); MODULE_SCOPE Tcl_Obj * TclLindexList(Tcl_Interp *interp, |
