summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-11 21:55:46 (GMT)
committernijtmans <nijtmans>2008-11-11 21:55:46 (GMT)
commit266da04f1825ce88dda184f559448bed8890db38 (patch)
treeb4c176000ae996abef70f6ea8d6f1dac3e4198be
parent3204e89f4e57ec3a5ae382db506743fdb6ce3429 (diff)
downloadtcl-266da04f1825ce88dda184f559448bed8890db38.zip
tcl-266da04f1825ce88dda184f559448bed8890db38.tar.gz
tcl-266da04f1825ce88dda184f559448bed8890db38.tar.bz2
Eliminate warning: passing arg 4 of `Tcl_SplitList' from
incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning)
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1767bb..133ff17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2008-10-28 Jan Nijtmans <nijtmans@users.sf.net>
+2008-11-11 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclNamesp.c: Eliminate warning: passing arg 4 of `Tcl_SplitList'
from incompatible pointer type