summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-17 20:27:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-17 20:27:34 (GMT)
commitb6f6d97e727f10bb363e7951b3cb80bbfac6296a (patch)
treea3faf1c2cd1d0ea7f031f0a9761e7d3041160bcc /ChangeLog
parente1074e1811926784013cdee67c5f68f4b7f7353c (diff)
downloadtcl-b6f6d97e727f10bb363e7951b3cb80bbfac6296a.zip
tcl-b6f6d97e727f10bb363e7951b3cb80bbfac6296a.tar.gz
tcl-b6f6d97e727f10bb363e7951b3cb80bbfac6296a.tar.bz2
* generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,
inconsistent with tclInt.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ea46b..7d8c9cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-17 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,
+ inconsistent with tclInt.h. Thanks to Vince Darley for reporting,
+ boo to gcc for not complaining.
+
2002-07-17 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclInt.h: