summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-07-16 13:40:43 +0900
committerDaiki Ueno <ueno@gnu.org>2014-07-16 13:40:43 +0900
commit037a830b500e5640335b2a45ccd52510fc5dc88b (patch)
tree3f49c2bec6e10534d556d135d8a0a0c061006fc9
parent7ec2c0effc0ad7ed27ed9b040e75bd953d65fedc (diff)
Remove unnecessary ifdef from nsgui.h, introduced by my last commit
-rw-r--r--src/nsgui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nsgui.h b/src/nsgui.h
index 3cc011f664..055b7aeb70 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