diff options
author | davygrvy <davygrvy@pobox.com> | 2003-08-27 19:26:38 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-08-27 19:26:38 (GMT) |
commit | c8bd825dece36f32278ec0a0373e570e4b978748 (patch) | |
tree | d2562488b8abc54577d48142783fd88965348be3 | |
parent | fed3b3e2c2fe33569daf757a007b3394cb9ac814 (diff) | |
download | tcl-c8bd825dece36f32278ec0a0373e570e4b978748.zip tcl-c8bd825dece36f32278ec0a0373e570e4b978748.tar.gz tcl-c8bd825dece36f32278ec0a0373e570e4b978748.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ 'Initializers must be constant'. I believe Borland has this strictness as well. VC++ must be non-standard about this. + Changed Win32 platform #ifdef from 'WIN32' to '__WIN32__' as + this is the correct one to use across the Tcl sources. Even + though we do force it in tcl.h, the true parent one is __WIN32__. + 2003-08-27 Don Porter <dgp@users.sourceforge.net> * tests/util.test: Added new tests for remaining TclNeedSpace() |