From: Richard M. Stallman Date: Wed, 28 Feb 1996 18:07:46 +0000 (+0000) Subject: [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. X-Git-Tag: emacs-19.34~1149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b681bb56645917bd08610bc80cce65a3ea40628;p=emacs.git [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. --- diff --git a/src/xfns.c b/src/xfns.c index bade5b56765..5eb1942998f 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -104,6 +104,15 @@ 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;