diff options
author | andreask <andreask> | 2013-05-22 16:39:01 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-05-22 16:39:01 (GMT) |
commit | 6c3b503dbd89228577acfa79db8bee6e481928cb (patch) | |
tree | 0f5483fad3b58a5b6905cbbade684f86aa6b35a3 /ChangeLog | |
parent | 68afad0c678b1e797ef0fcd5a47e8f0c1bfbc0f5 (diff) | |
download | tcl-6c3b503dbd89228577acfa79db8bee6e481928cb.zip tcl-6c3b503dbd89228577acfa79db8bee6e481928cb.tar.gz tcl-6c3b503dbd89228577acfa79db8bee6e481928cb.tar.bz2 |
Removed const qualifier causing the HP native cc to error out (error 1675: Duplicate type qualifier "const").
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-05-22 Andreas Kupries <andreask@activestate.com> + + * tclCompile.c: Removed duplicate const qualifier causing the HP + native cc to error out. + 2013-05-22 Donal K. Fellows <dkf@users.sf.net> * generic/tclUtf.c (TclUtfCasecmp): [Bug 3613609]: Replace problematic |