diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-16 15:24:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-16 15:24:51 (GMT) |
commit | 61235a19fdbc4ccea9e122d0be34888ab92fc798 (patch) | |
tree | f9ed27e54ccf335ed3a7b3975210030637754b77 /generic/tcl.h | |
parent | bd5043a0eea076716ef8b53a0985464965165bd9 (diff) | |
download | tcl-61235a19fdbc4ccea9e122d0be34888ab92fc798.zip tcl-61235a19fdbc4ccea9e122d0be34888ab92fc798.tar.gz tcl-61235a19fdbc4ccea9e122d0be34888ab92fc798.tar.bz2 |
Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFinalize(). This does not require a TIP, and still should fix the reported bug.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 80f924a..297b42c 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2592,8 +2592,6 @@ EXTERN void Tcl_GetMemoryInfo(Tcl_DString *dsPtr); #define Tcl_MutexLock(mutexPtr) #undef Tcl_MutexUnlock #define Tcl_MutexUnlock(mutexPtr) -#undef Tcl_MutexUnlockAndFinalize -#define Tcl_MutexUnlockAndFinalize(mutexPtr) #undef Tcl_MutexFinalize #define Tcl_MutexFinalize(mutexPtr) #undef Tcl_ConditionNotify |