aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-10 09:18:48 +0000
committerRichard M. Stallman2005-05-10 09:18:48 +0000
commit285a529b0c094775437874eb10bf24eeea7ea365 (patch)
tree91b035cdc1a9754652eee968f191f86feebab696 /src
parent8faf605706a494c59042e1faf562d608f310698b (diff)
downloademacs-285a529b0c094775437874eb10bf24eeea7ea365.tar.gz
emacs-285a529b0c094775437874eb10bf24eeea7ea365.zip
(noinclude): Add #undef.
Diffstat (limited to 'src')
-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)
7762#define NO_INLINE 7762#define NO_INLINE
7763#endif 7763#endif
7764 7764
7765/* Some versions of GNU/Linux define noinline in their headers. */
7766
7767#ifdef noinclude
7768#undef noinclude
7769#endif
7770
7765/* On older GCC versions, just putting x_error_quitter 7771/* On older GCC versions, just putting x_error_quitter
7766 after x_error_handler prevents inlining into the former. */ 7772 after x_error_handler prevents inlining into the former. */
7767 7773