Mercurial > emacs
diff src/xterm.c @ 62217:49a8b890e7a5
(noinclude): Add #undef.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 10 May 2005 09:18:48 +0000 |
| parents | 3b4e4d883374 |
| children | 52a6e4267841 |
line wrap: on
line diff
--- a/src/xterm.c Tue May 10 09:18:02 2005 +0000 +++ b/src/xterm.c Tue May 10 09:18:48 2005 +0000 @@ -7762,6 +7762,12 @@ #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. */
