aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
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
118extern void _XEditResCheckMessages (); 118extern void _XEditResCheckMessages ();
119#endif /* not NO_EDITRES */ 119#endif /* not NO_EDITRES */