From 037a830b500e5640335b2a45ccd52510fc5dc88b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 16 Jul 2014 13:40:43 +0900 Subject: [PATCH] Remove unnecessary ifdef from nsgui.h, introduced by my last commit --- src/nsgui.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nsgui.h b/src/nsgui.h index 3cc011f6646..055b7aeb708 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -59,12 +59,10 @@ typedef struct _XCharStruct } XCharStruct; /* Fake structure from Xlib.h to represent two-byte characters. */ -#ifdef HAVE_NS #ifndef __OBJC__ typedef unsigned short unichar; #endif typedef unichar XChar2b; -#endif /* XXX: xfaces requires these structures, but the question is are we -- 2.39.5