projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec2c0e
)
Remove unnecessary ifdef from nsgui.h, introduced by my last commit
author
Daiki Ueno
<ueno@gnu.org>
Wed, 16 Jul 2014 04:40:43 +0000
(13:40 +0900)
committer
Daiki Ueno
<ueno@gnu.org>
Wed, 16 Jul 2014 04:40:43 +0000
(13:40 +0900)
src/nsgui.h
patch
|
blob
|
history
diff --git
a/src/nsgui.h
b/src/nsgui.h
index 3cc011f664617e7ba1f4ac3e1d3407a7aef8e6c8..055b7aeb708d7157335356062aa3f231310a58a6 100644
(file)
--- 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