diff options
Diffstat (limited to 'src/nsgui.h')
| -rw-r--r-- | src/nsgui.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index de679075d2b..71bae41b9da 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -29,8 +29,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 29 | #define Cursor FooFoo | 29 | #define Cursor FooFoo |
| 30 | #endif /* NS_IMPL_COCOA */ | 30 | #endif /* NS_IMPL_COCOA */ |
| 31 | 31 | ||
| 32 | #undef verify | ||
| 33 | |||
| 34 | #import <AppKit/AppKit.h> | 32 | #import <AppKit/AppKit.h> |
| 35 | 33 | ||
| 36 | #ifdef NS_IMPL_COCOA | 34 | #ifdef NS_IMPL_COCOA |
| @@ -44,10 +42,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 44 | 42 | ||
| 45 | #endif /* __OBJC__ */ | 43 | #endif /* __OBJC__ */ |
| 46 | 44 | ||
| 47 | #undef verify | ||
| 48 | #undef _GL_VERIFY_H | ||
| 49 | #include <verify.h> | ||
| 50 | |||
| 51 | /* Emulate XCharStruct. */ | 45 | /* Emulate XCharStruct. */ |
| 52 | typedef struct _XCharStruct | 46 | typedef struct _XCharStruct |
| 53 | { | 47 | { |