]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary ifdef from nsgui.h, introduced by my last commit
authorDaiki Ueno <ueno@gnu.org>
Wed, 16 Jul 2014 04:40:43 +0000 (13:40 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 16 Jul 2014 04:40:43 +0000 (13:40 +0900)
src/nsgui.h

index 3cc011f664617e7ba1f4ac3e1d3407a7aef8e6c8..055b7aeb708d7157335356062aa3f231310a58a6 100644 (file)
@@ -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