X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/35fb32880c99aa7cd41b835dc17b8639b544dc69..1d5689025c709551296684432b04d1ad39e90c71:/src/nsgui.h diff --git a/src/nsgui.h b/src/nsgui.h index c8fe06a82e..999dc27e31 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -1,5 +1,5 @@ /* Definitions and headers for communication on the NeXT/Open/GNUstep API. - Copyright (C) 1995, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995, 2005, 2008-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -30,6 +30,8 @@ along with GNU Emacs. If not, see . */ #undef init_process #endif /* NS_IMPL_COCOA */ +#undef verify + #import #ifdef NS_IMPL_COCOA @@ -44,6 +46,9 @@ along with GNU Emacs. If not, see . */ #endif /* __OBJC__ */ +#undef verify +#undef _GL_VERIFY_H +#include /* menu-related */ #define free_widget_value(wv) xfree (wv) @@ -198,5 +203,3 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; #endif /* __NSGUI_H__ */ -/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55 - (do not change this comment) */