diff options
author | nijtmans <nijtmans> | 2010-11-05 08:16:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-05 08:16:46 (GMT) |
commit | af7deb8aec29dc803cc0916298393e20ac753db9 (patch) | |
tree | f99351a686392e8965ee541aeee988d8da17931b /ChangeLog | |
parent | 16ad672308f5f253ee2b42cd4af2040082fee45d (diff) | |
download | tcl-af7deb8aec29dc803cc0916298393e20ac753db9.zip tcl-af7deb8aec29dc803cc0916298393e20ac753db9.tar.gz tcl-af7deb8aec29dc803cc0916298393e20ac753db9.tar.bz2 |
fix TCL_ASCII_MAIN usage, as the name suggests
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-11-05 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclMain.c: Thanks, Kevin, for the fix, but this how it was + supposed to be (TCL_ASCII_MAIN is only supposed to be defined on WIN32). + 2010-11-05 Kevin B. Kenny <kennykb@acm.org> * generic/tclMain.c: Added missing conditional on _WIN32 around code |