summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-05-10 09:18:48 +0000
committerRichard M. Stallman <rms@gnu.org>2005-05-10 09:18:48 +0000
commit285a529b0c094775437874eb10bf24eeea7ea365 (patch)
tree91b035cdc1a9754652eee968f191f86feebab696 /src/xterm.c
parent8faf605706a494c59042e1faf562d608f310698b (diff)
downloademacs-285a529b0c094775437874eb10bf24eeea7ea365.tar.gz
(noinclude): Add #undef.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index fcc4c67743a..e9b1ff3aac4 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7762,6 +7762,12 @@ x_error_handler (display, error)
#define NO_INLINE
#endif
+/* Some versions of GNU/Linux define noinline in their headers. */
+
+#ifdef noinclude
+#undef noinclude
+#endif
+
/* On older GCC versions, just putting x_error_quitter
after x_error_handler prevents inlining into the former. */