diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-17 20:27:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-17 20:27:34 (GMT) |
commit | b6f6d97e727f10bb363e7951b3cb80bbfac6296a (patch) | |
tree | a3faf1c2cd1d0ea7f031f0a9761e7d3041160bcc /ChangeLog | |
parent | e1074e1811926784013cdee67c5f68f4b7f7353c (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |