diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-10 09:18:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-10 09:18:48 +0000 |
commit | 285a529b0c094775437874eb10bf24eeea7ea365 (patch) | |
tree | 91b035cdc1a9754652eee968f191f86feebab696 /src/xterm.c | |
parent | 8faf605706a494c59042e1faf562d608f310698b (diff) | |
download | emacs-285a529b0c094775437874eb10bf24eeea7ea365.tar.gz |
(noinclude): Add #undef.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 6 |
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. */ |