diff options
author | hobbs <hobbs> | 2006-05-30 00:29:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-05-30 00:29:37 (GMT) |
commit | aec2cb8f476764482a9061ea514f32ae532651a3 (patch) | |
tree | 5dc7f5944e6aafb79bcc700a9d8a68c70ed0f096 /ChangeLog | |
parent | 320bb4b3448635298ea21beaba867aa0c7d5e84c (diff) | |
download | tcl-aec2cb8f476764482a9061ea514f32ae532651a3.zip tcl-aec2cb8f476764482a9061ea514f32ae532651a3.tar.gz tcl-aec2cb8f476764482a9061ea514f32ae532651a3.tar.bz2 |
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow
placement in unbraced outer if/else conditions. (jcw)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-05-29 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow + placement in unbraced outer if/else conditions. (jcw) + 2006-05-27 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that |