error ("%s", error_msg);
}
-/* We specifically use it before defining it, so that gcc doesn't inline it,
- otherwise gdb doesn't know how to properly put a breakpoint on it. */
static void x_error_quitter (Display *, XErrorEvent *);
/* This is the first-level handler for X protocol errors.
/* .gdbinit puts a breakpoint here, so make sure it is not inlined. */
-/* On older GCC versions, just putting x_error_quitter
- after x_error_handler prevents inlining into the former. */
-
static void NO_INLINE
x_error_quitter (Display *display, XErrorEvent *event)
{