diff options
author | nijtmans <nijtmans> | 2011-01-19 08:40:10 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-19 08:40:10 (GMT) |
commit | d11601968fd0a782b61f8459f4430b65b8025ef4 (patch) | |
tree | b39280061be7149267fffebe9d501ac8bfc847c4 | |
parent | dc59585fda0ce2af501a01102ea621d293db378b (diff) | |
download | tk-d11601968fd0a782b61f8459f4430b65b8025ef4.zip tk-d11601968fd0a782b61f8459f4430b65b8025ef4.tar.gz tk-d11601968fd0a782b61f8459f4430b65b8025ef4.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2011-01-19 Jan Nijtmans <nijtmans@users.sf.net> * generic/ttk/ttkGenStubs.tcl: Make sure to use CONST/VOID in stead of - * generic/ttkDecls.h const/void when appropriate. This allows to + * generic/ttk/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 <nijtmans@users.sf.net> |