diff options
author | andreask <andreask> | 2011-08-22 16:28:43 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-08-22 16:28:43 (GMT) |
commit | 975f25e21740148f39d80952825b21b199e72834 (patch) | |
tree | c3632cbd441b75ee331d9c640fb7d423321a6fa5 /ChangeLog | |
parent | f2054262fbac2894282690c5313788f0608771e7 (diff) | |
download | tcl-975f25e21740148f39d80952825b21b199e72834.zip tcl-975f25e21740148f39d80952825b21b199e72834.tar.gz tcl-975f25e21740148f39d80952825b21b199e72834.tar.bz2 |
Fixed use of C99 features breaking the build with MSVC6. The problem was introduced with checkin [e9a08358f4].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-08-22 Andreas Kupries <andreask@activestate.com> + + * win/tclWinDde.c (Tcl_DdeObjCmd): Fixed use of the C99 feature + (Variable declaration within statement block) rejected by + MSVC6. Moved the declaration to the beginning of the block. + 2011-08-18 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclUniData.c: [Bug 3393714] overflow in toupper delta |