diff options
author | hobbs <hobbs> | 1999-08-01 21:25:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-01 21:25:18 (GMT) |
commit | 789884c7c8b72c37398850a790444a65e480b19b (patch) | |
tree | 597bdf8ee227bfdb579f4842630fbca4e3ddcced /ChangeLog | |
parent | 955bd4ef79ee349f0c4ea3618bb214301f875de6 (diff) | |
download | tk-789884c7c8b72c37398850a790444a65e480b19b.zip tk-789884c7c8b72c37398850a790444a65e480b19b.tar.gz tk-789884c7c8b72c37398850a790444a65e480b19b.tar.bz2 |
1999-08-01 Jeff Hobbs <hobbs@scriptics.com>
* mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid
compiler errors when used with stubs-#defines, from Vince Darley.
[Bug: 2389]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +1999-08-01 Jeff Hobbs <hobbs@scriptics.com> + + * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid + compiler errors when used with stubs-#defines, from Vince Darley. + [Bug: 2389] + 1999-07-31 Scott Redman <redman@scriptics.com> * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the @@ -5,7 +11,7 @@ 1999-07-30 Jeff Hobbs <hobbs@scriptics.com> - * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] + * generic/tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] 1999-07-30 <redman@scriptics.com> |