[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:19:19 -0400 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.863 emacs/src/xterm.c:1.864
*** emacs/src/xterm.c:1.863 Tue May 10 09:18:48 2005
--- emacs/src/xterm.c Tue May 10 09:19:19 2005
***************
*** 7764,7771 ****
/* Some versions of GNU/Linux define noinline in their headers. */
! #ifdef noinclude
! #undef noinclude
#endif
/* On older GCC versions, just putting x_error_quitter
--- 7764,7771 ----
/* Some versions of GNU/Linux define noinline in their headers. */
! #ifdef noinline
! #undef noinline
#endif
/* On older GCC versions, just putting x_error_quitter
- [Emacs-diffs] Changes to emacs/src/xterm.c,
Richard M . Stallman <=