diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-24 12:53:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-24 12:53:32 (GMT) |
commit | eecec49335f0d2337be70d531e45388e516a3553 (patch) | |
tree | 8d1d95ce1f23411ccbc34e67f4f0aa76908519f8 /ChangeLog | |
parent | 12a1147d92f1b9f9f75f2340701430d18f970795 (diff) | |
download | tcl-eecec49335f0d2337be70d531e45388e516a3553.zip tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.gz tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.bz2 |
Removing more CONST-related warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-09-24 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tclCompile.c (TclPrintSource): More CONSTifying. + * generic/tclExecute.c (EvalStatsCmd): Object-ify to reduce + warnings. Thanks to 'CoderX2' on the chat for bringing this to my + attention... + * unix/tcl.m4: Forgot to define TCL_WIDE_INT_IS_LONG at the appropriate moment. I believe this is the cause of [Bug 613117] |