diff options
author | sebres <sebres@users.sourceforge.net> | 2015-07-31 10:47:42 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2015-07-31 10:47:42 (GMT) |
commit | dbfc3509e51edf2537213ad9fb4ba3028fab3675 (patch) | |
tree | ef5e9a3561548dcb8e4810e4cf0f9f5b9f60cde7 /generic/tclInt.h | |
parent | ec20498ab74fd4c48e24dcc7ecc9ff9e36b3ba72 (diff) | |
download | tcl-sebres_clean_core_8_5.zip tcl-sebres_clean_core_8_5.tar.gz tcl-sebres_clean_core_8_5.tar.bz2 |
generic: reduced diffs to trunk, win: clean code after bug [f00009f7ce] was fixed in trunksebres_clean_core_8_5
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f39e77d..77e3c0f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2608,6 +2608,7 @@ MODULE_SCOPE void TclInitSubsystems(void); MODULE_SCOPE int TclInterpReady(Tcl_Interp *interp); MODULE_SCOPE int TclIsSpaceProc(char byte); MODULE_SCOPE int TclIsBareword(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, @@ -3958,8 +3959,7 @@ MODULE_SCOPE void TclBNInitBignumFromWideUInt(mp_int *bignum, ((limit).granularityTicker % (limit).timeGranularity == 0)))\ ? 1 : 0))) - -#include "tclIntDecls.h" +#include "tclIntDecls.h" #include "tclIntPlatDecls.h" #include "tclTomMathDecls.h" |