aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-11 07:13:56 +0000
committerRichard M. Stallman1995-11-11 07:13:56 +0000
commit3b882b1dabcb67f914cb4d5d1bfbf694a87ce0b3 (patch)
tree666a0a44d66cf56562329dfe908b0c69df046e3a
parent0fdff6bbc25853de0b683ca3234435091a056682 (diff)
downloademacs-3b882b1dabcb67f914cb4d5d1bfbf694a87ce0b3.tar.gz
emacs-3b882b1dabcb67f914cb4d5d1bfbf694a87ce0b3.zip
(HACK_EDITRES): Don't define if NO_EDITRES is defined.
-rw-r--r--src/xfns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 3c85799e800..e55dc0bec44 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -70,8 +70,9 @@ extern void abort ();
70 70
71#include "../lwlib/lwlib.h" 71#include "../lwlib/lwlib.h"
72 72
73/* Do the EDITRES protocol if running X11R5 */ 73/* Do the EDITRES protocol if running X11R5
74#if (XtSpecificationRelease >= 5) 74 Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */
75#if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES)
75#define HACK_EDITRES 76#define HACK_EDITRES
76extern void _XEditResCheckMessages (); 77extern void _XEditResCheckMessages ();
77#endif /* R5 + Athena */ 78#endif /* R5 + Athena */