diff src/xterm.c @ 110735:4dfed46bce9a

* configure.in (NO_INLINE, noinline): Move here from src/xterm.c. * src/xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 03 Oct 2010 08:39:21 -0700
parents e71c4e4a16d7
children d19381a918e1
line wrap: on
line diff
--- a/src/xterm.c	Sun Oct 03 08:19:34 2010 -0700
+++ b/src/xterm.c	Sun Oct 03 08:39:21 2010 -0700
@@ -7729,18 +7729,6 @@
 
 /* .gdbinit puts a breakpoint here, so make sure it is not inlined.  */
 
-#if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
-#define NO_INLINE __attribute__((noinline))
-#else
-#define NO_INLINE
-#endif
-
-/* Some versions of GNU/Linux define noinline in their headers.  */
-
-#ifdef noinline
-#undef noinline
-#endif
-
 /* On older GCC versions, just putting x_error_quitter
    after x_error_handler prevents inlining into the former.  */