emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117540: Remove unnecessary ifdef from nsgui.h, intr


From: Daiki Ueno
Subject: [Emacs-diffs] trunk r117540: Remove unnecessary ifdef from nsgui.h, introduced by my last commit
Date: Wed, 16 Jul 2014 04:43:46 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117540
revision-id: address@hidden
parent: address@hidden
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Wed 2014-07-16 13:40:43 +0900
message:
  Remove unnecessary ifdef from nsgui.h, introduced by my last commit
modified:
  src/nsgui.h                    nsgui.h-20091113204419-o5vbwnq5f7feedwu-8742
=== modified file 'src/nsgui.h'
--- a/src/nsgui.h       2014-07-16 04:31:31 +0000
+++ b/src/nsgui.h       2014-07-16 04:40:43 +0000
@@ -59,12 +59,10 @@
 } 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]