diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index c77136eb64a..5a004873507 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -113,7 +113,7 @@ extern void free_frame_menubar P_ ((struct frame *)); | |||
| 113 | #endif | 113 | #endif |
| 114 | 114 | ||
| 115 | #ifdef USE_X_TOOLKIT | 115 | #ifdef USE_X_TOOLKIT |
| 116 | #if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES) | 116 | #if !defined(NO_EDITRES) |
| 117 | #define HACK_EDITRES | 117 | #define HACK_EDITRES |
| 118 | extern void _XEditResCheckMessages (); | 118 | extern void _XEditResCheckMessages (); |
| 119 | #endif /* not NO_EDITRES */ | 119 | #endif /* not NO_EDITRES */ |