diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-13 09:31:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-13 09:31:37 (GMT) |
commit | 3eac215c3bf3020dfdf73a7eda2683887b6a6f56 (patch) | |
tree | 60c2b2e4124409809fb0671a552b3bad5d32a57c /ChangeLog | |
parent | 428c6a634462450a66c1164a1cd99517045ff643 (diff) | |
download | tcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.zip tcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.tar.gz tcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.tar.bz2 |
Added some casts to ClientData that are apparently needed on some
architectures for a clean compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-03-13 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclExecute.c (TclDeleteExecEnv, GrowEvaluationStack, + TclExecuteByteCode): Added some casts to ClientData that are + apparently needed on some architectures. + 2001-03-12 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/string.test: Fixed some test numberings and added a test. |