aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaiki Ueno2014-07-16 13:40:43 +0900
committerDaiki Ueno2014-07-16 13:40:43 +0900
commit037a830b500e5640335b2a45ccd52510fc5dc88b (patch)
tree3f49c2bec6e10534d556d135d8a0a0c061006fc9 /src
parent7ec2c0effc0ad7ed27ed9b040e75bd953d65fedc (diff)
downloademacs-037a830b500e5640335b2a45ccd52510fc5dc88b.tar.gz
emacs-037a830b500e5640335b2a45ccd52510fc5dc88b.zip
Remove unnecessary ifdef from nsgui.h, introduced by my last commit
Diffstat (limited to 'src')
-rw-r--r--src/nsgui.h2
1 files changed, 0 insertions, 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
59} XCharStruct; 59} XCharStruct;
60 60
61/* Fake structure from Xlib.h to represent two-byte characters. */ 61/* Fake structure from Xlib.h to represent two-byte characters. */
62#ifdef HAVE_NS
63#ifndef __OBJC__ 62#ifndef __OBJC__
64typedef unsigned short unichar; 63typedef unsigned short unichar;
65#endif 64#endif
66typedef unichar XChar2b; 65typedef unichar XChar2b;
67#endif
68 66
69 67
70/* XXX: xfaces requires these structures, but the question is are we 68/* XXX: xfaces requires these structures, but the question is are we