Mercurial > emacs
comparison src/xterm.c @ 83304:6fef25c75847
Merged from miles@gnu.org--gnu-2005 (patch 296-306)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-296
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-297
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-298
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-299
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-300
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-301
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-302
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-303
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-304
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-305
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-306
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-344
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 13 May 2005 22:59:23 +0000 |
parents | 360860a0006f 52a6e4267841 |
children | 63b7247f4be6 |
comparison
equal
deleted
inserted
replaced
83303:108e45fdcdbd | 83304:6fef25c75847 |
---|---|
7790 | 7790 |
7791 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ | 7791 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ |
7792 #define NO_INLINE __attribute__((noinline)) | 7792 #define NO_INLINE __attribute__((noinline)) |
7793 #else | 7793 #else |
7794 #define NO_INLINE | 7794 #define NO_INLINE |
7795 #endif | |
7796 | |
7797 /* Some versions of GNU/Linux define noinline in their headers. */ | |
7798 | |
7799 #ifdef noinline | |
7800 #undef noinline | |
7795 #endif | 7801 #endif |
7796 | 7802 |
7797 /* On older GCC versions, just putting x_error_quitter | 7803 /* On older GCC versions, just putting x_error_quitter |
7798 after x_error_handler prevents inlining into the former. */ | 7804 after x_error_handler prevents inlining into the former. */ |
7799 | 7805 |