[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.c
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.c |
Date: |
Tue, 10 May 2005 05:18:51 -0400 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.862 emacs/src/xterm.c:1.863
*** emacs/src/xterm.c:1.862 Thu Mar 31 22:42:46 2005
--- emacs/src/xterm.c Tue May 10 09:18:48 2005
***************
*** 7762,7767 ****
--- 7762,7773 ----
#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. */