diff options
| author | nijtmans <nijtmans> | 2008-11-13 22:34:33 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2008-11-13 22:34:33 (GMT) |
| commit | e4bc5fa51918acbc60bbc1699f18aa49c9d88b74 (patch) | |
| tree | 5e0965c72984533c7c66feaa10fdbbda08db3006 /generic/tclInt.h | |
| parent | 74748a5746ce7d59f2f028d01ff37a0a4aa78a8a (diff) | |
| download | tcl-e4bc5fa51918acbc60bbc1699f18aa49c9d88b74.zip tcl-e4bc5fa51918acbc60bbc1699f18aa49c9d88b74.tar.gz tcl-e4bc5fa51918acbc60bbc1699f18aa49c9d88b74.tar.bz2 | |
rename static function FSUnloadTempFile to
TclFSUnloadTempFile, needed in tclLoad.c
Fixed [Bug 2269431]: load of shared
objects leaves temporary files on windows
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f0c922f..027e93e 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -15,7 +15,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.405 2008/11/07 20:10:19 patthoyts Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.406 2008/11/13 22:34:33 nijtmans Exp $ */ #ifndef _TCLINT @@ -2642,6 +2642,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, |
