From: Daiki Ueno <ueno@gnu.org> Date: Wed, 16 Jul 2014 04:40:43 +0000 (+0900) Subject: Remove unnecessary ifdef from nsgui.h, introduced by my last commit X-Git-Tag: emacs-25.0.90~2636^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=037a830b500e5640335b2a45ccd52510fc5dc88b;p=emacs.git Remove unnecessary ifdef from nsgui.h, introduced by my last commit --- 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