diff options
| author | Richard M. Stallman | 1996-03-04 18:00:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-04 18:00:34 +0000 |
| commit | 6b8177cd7cacd176779adf31f6db3ded44a921eb (patch) | |
| tree | a7d6416078094d6b909b556a19ac757efe41e17a /src | |
| parent | 978dd5783bbbf9385205d2495406d88343369a21 (diff) | |
| download | emacs-6b8177cd7cacd176779adf31f6db3ded44a921eb.tar.gz emacs-6b8177cd7cacd176779adf31f6db3ded44a921eb.zip | |
[AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c index 5eb1942998f..bade5b56765 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -104,15 +104,6 @@ extern void free_frame_menubar (); | |||
| 104 | #define MAXREQUEST(dpy) ((dpy)->max_request_size) | 104 | #define MAXREQUEST(dpy) ((dpy)->max_request_size) |
| 105 | #endif | 105 | #endif |
| 106 | 106 | ||
| 107 | #ifdef AIX | ||
| 108 | #ifdef HAVE_X11R5 | ||
| 109 | /* AIX uses an incompatible name for this, at least in X11R5. | ||
| 110 | I'm guessing that in X11R6 it will be compatible. */ | ||
| 111 | #undef XIMStatusNothing | ||
| 112 | #define XIMStatusNothing XIMStatusNone | ||
| 113 | #endif | ||
| 114 | #endif | ||
| 115 | |||
| 116 | /* The name we're using in resource queries. */ | 107 | /* The name we're using in resource queries. */ |
| 117 | Lisp_Object Vx_resource_name; | 108 | Lisp_Object Vx_resource_name; |
| 118 | 109 | ||