diff options
author | nijtmans <nijtmans> | 2011-01-19 08:37:45 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-19 08:37:45 (GMT) |
commit | 483906b2bfc4adbe469fbf90f6aabeabb554a2e9 (patch) | |
tree | 911310903c090107b9cb8385ea90409ba2841932 /ChangeLog | |
parent | 6b7380b1f6825b586217d2398fe5d44fa775c6a1 (diff) | |
download | tk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.zip tk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.tar.gz tk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-01-19 Jan Nijtmans <nijtmans@users.sf.net> + + * 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. + 2011-01-17 Jan Nijtmans <nijtmans@users.sf.net> * win/tcl.m4: handle --enable-64bit=ia64 for gcc. BACKPORT. |