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. */
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs