* nsgui.h: Fix compiler warning about gnulib redefining verify.

This commit is contained in:
Jan Djärv 2011-07-08 10:42:58 +02:00
parent 699c10bd69
commit a63e078125
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
* nsgui.h: Fix compiler warning about gnulib redefining verify.
* nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
* nsmenu.m (ns_update_menubar): Remove useless setDelegate call

View file

@ -30,6 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef init_process
#endif /* NS_IMPL_COCOA */
#undef verify
#import <AppKit/AppKit.h>
#ifdef NS_IMPL_COCOA
@ -44,6 +46,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif /* __OBJC__ */
#undef verify
#undef _GL_VERIFY_H
#include <verify.h>
/* menu-related */
#define free_widget_value(wv) xfree (wv)