From dc59585fda0ce2af501a01102ea621d293db378b Mon Sep 17 00:00:00 2001 From: nijtmans Date: Wed, 19 Jan 2011 08:39:04 +0000 Subject: Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing. --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81da836..cff481f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,8 @@ 2011-01-19 Jan Nijtmans * generic/ttk/ttkGenStubs.tcl: Make sure to use CONST/VOID in stead of - * generic/tclIntDecls.h const/void when appropriate. This allows to - * generic/tclIntPlatDecls.h use const/void in the *.decls file always, - * generic/tclTomMathDecls.h genStubs will do the right thing. + * generic/ttkDecls.h const/void when appropriate. This allows to + use const/void in the *.decls file always, genStubs will do the right thing. 2011-01-17 Jan Nijtmans -- cgit v0.12