diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:08:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:08:43 (GMT) |
commit | 88057339325da657e84cc9218b7bcb673338902c (patch) | |
tree | 9c774bdf42c9a7b42b8acb81ae568ac76ed3d71b | |
parent | da81f8f0edc0e5d70e7e76ed8804a86b77f5aca0 (diff) | |
download | tk-88057339325da657e84cc9218b7bcb673338902c.zip tk-88057339325da657e84cc9218b7bcb673338902c.tar.gz tk-88057339325da657e84cc9218b7bcb673338902c.tar.bz2 |
* generic/tkStubLib.c (Tk_InitStubs): Added missing error message and
* generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef
complexity.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-04-01 Don Porter <dgp@users.sourceforge.net> + * generic/tkStubLib.c (Tk_InitStubs): Added missing error message and + * generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef + complexity. + * generic/tkWindow.c: Revised package initialization so that * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but is present only in libtkstub.a. This tightens up the rules for users |