From 5599ac1015754964640a1e10d73b7e96125dec32 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 May 2005 09:19:19 +0000 Subject: [PATCH] Fix previous change. --- src/xterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index e9b1ff3aac4..74e82735b6f 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7764,8 +7764,8 @@ x_error_handler (display, error) /* Some versions of GNU/Linux define noinline in their headers. */ -#ifdef noinclude -#undef noinclude +#ifdef noinline +#undef noinline #endif /* On older GCC versions, just putting x_error_quitter -- 2.39.2