diff options
author | nijtmans <nijtmans> | 2008-11-14 00:22:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-14 00:22:39 (GMT) |
commit | 2b17014256a8e898ed0d13b9440fb93c8167e6cc (patch) | |
tree | 4a1ebcbeafbfabd4f034af76e1a1e6d6397fa3e6 /generic/tclInt.h | |
parent | 1a689ba82658d24a00cc016d1175dc7ed959a167 (diff) | |
download | tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.zip tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.tar.gz tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.tar.bz2 |
Fixed [Bug 2269431]: load of shared objects
leaves emporary files on windows
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f90b629..aef7a3f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -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.h,v 1.362.2.4 2008/09/17 18:14:39 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.362.2.5 2008/11/14 00:22:39 nijtmans Exp $ */ #ifndef _TCLINT @@ -2524,6 +2524,7 @@ MODULE_SCOPE double TclFloor(mp_int *a); MODULE_SCOPE void TclFormatNaN(double value, char *buffer); MODULE_SCOPE int TclFSFileAttrIndex(Tcl_Obj *pathPtr, const char *attributeName, int *indexPtr); +MODULE_SCOPE void TclFSUnloadTempFile(Tcl_LoadHandle loadHandle); MODULE_SCOPE int * TclGetAsyncReadyPtr(void); MODULE_SCOPE Tcl_Obj * TclGetBgErrorHandler(Tcl_Interp *interp); MODULE_SCOPE int TclGetChannelFromObj(Tcl_Interp *interp, @@ -3888,7 +3889,7 @@ MODULE_SCOPE void TclBNInitBignumFromWideUInt(mp_int *bignum, #include "tclTomMathDecls.h" #endif /* _TCLINT */ - + /* * Local Variables: * mode: c |