diff options
author | nijtmans <nijtmans> | 2010-08-21 16:35:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-21 16:35:31 (GMT) |
commit | b8b5b04c76a16294ca5b57e96db9764b22d861c9 (patch) | |
tree | 7ea59c12c468dfe88590872144eec4e6c8748d9b /ChangeLog | |
parent | 9ded5f8369aab209295bca5b0926881c3da7325c (diff) | |
download | tk-b8b5b04c76a16294ca5b57e96db9764b22d861c9.zip tk-b8b5b04c76a16294ca5b57e96db9764b22d861c9.tar.gz tk-b8b5b04c76a16294ca5b57e96db9764b22d861c9.tar.bz2 |
[Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:
Use void (*reserved$i)(void) = 0 instead of void *reserved$i = NULL for unused stub entries, in case pointer-to-function and pointer-to-object are different sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-08-21 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tk*Decls.h: (regenerated with modified genStubs.tcl) + * generic/tk*StubInit.c + 2010-08-18 Jan Nijtmans <nijtmans@users.sf.net> * generic/ttk/ttkGenStubs.tcl [Patch 3034251] partly: remove |