changeset 62217:49a8b890e7a5

(noinclude): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 2005 09:18:48 +0000
parents 0c2ce5566afa
children 52a6e4267841
files src/xterm.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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.  */