]> git.eshelyaron.com Git - emacs.git/commitdiff
(noinclude): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:18:48 +0000 (09:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:18:48 +0000 (09:18 +0000)
src/xterm.c

index fcc4c67743a9ecc5a7cb0dedab0825ebbd2477d9..e9b1ff3aac4ac92715ee4d0e77e709de22abeab6 100644 (file)
@@ -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.  */