]> git.eshelyaron.com Git - emacs.git/commitdiff
[AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 18:00:34 +0000 (18:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 18:00:34 +0000 (18:00 +0000)
src/xfns.c

index 5eb1942998f8077cda625aa57739895d891fdce0..bade5b56765f5f5e7302e67e12f60e81fd8dbd1c 100644 (file)
@@ -104,15 +104,6 @@ extern void free_frame_menubar ();
 #define MAXREQUEST(dpy) ((dpy)->max_request_size)
 #endif
 
-#ifdef AIX
-#ifdef HAVE_X11R5
-/* AIX uses an incompatible name for this, at least in X11R5.
-   I'm guessing that in X11R6 it will be compatible.  */
-#undef XIMStatusNothing
-#define XIMStatusNothing XIMStatusNone
-#endif
-#endif
-
 /* The name we're using in resource queries.  */
 Lisp_Object Vx_resource_name;