summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-02-01 23:49:19 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-02-01 23:49:19 (GMT)
commit7bc2d8dd9e518114299f600782715f52bb30b5a5 (patch)
tree33e62c91e55e0fd6d89a03bc8f1c853ecc90233b /ChangeLog
parent82148735c813322bfb1f0fc68327f4dca5c445d2 (diff)
downloadtcl-7bc2d8dd9e518114299f600782715f52bb30b5a5.zip
tcl-7bc2d8dd9e518114299f600782715f52bb30b5a5.tar.gz
tcl-7bc2d8dd9e518114299f600782715f52bb30b5a5.tar.bz2
* generic/tclCompCmds.c: Removed an unused variable that caused
compiler warnings on SGI. [Bug 664379]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c17f0..da872c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
+ * generic/tclCompCmds.c: Removed an unused variable that caused
+ compiler warnings on SGI. [Bug 664379]
+
+2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
+
* generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage
is called to report the same package as being loaded in two interps,
it shows up in [info loaded {}] in both of them (previously,