# HG changeset patch # User Richard M. Stallman # Date 825530866 0 # Node ID 65d08233b9f785682b9b5670ab7fc8e0303e8953 # Parent 7eab2355ad9c5f4566c1fa8a6146817f9aadf19b [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. diff -r 7eab2355ad9c -r 65d08233b9f7 src/xfns.c --- a/src/xfns.c Wed Feb 28 17:51:22 1996 +0000 +++ b/src/xfns.c Wed Feb 28 18:07:46 1996 +0000 @@ -104,6 +104,15 @@ #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;