aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-10 09:19:19 +0000
committerRichard M. Stallman2005-05-10 09:19:19 +0000
commit5599ac1015754964640a1e10d73b7e96125dec32 (patch)
treee9bdda995538ec83b045f88b9810dabc198c17bf /src
parent285a529b0c094775437874eb10bf24eeea7ea365 (diff)
downloademacs-5599ac1015754964640a1e10d73b7e96125dec32.tar.gz
emacs-5599ac1015754964640a1e10d73b7e96125dec32.zip
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c4
1 files 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)
7764 7764
7765/* Some versions of GNU/Linux define noinline in their headers. */ 7765/* Some versions of GNU/Linux define noinline in their headers. */
7766 7766
7767#ifdef noinclude 7767#ifdef noinline
7768#undef noinclude 7768#undef noinline
7769#endif 7769#endif
7770 7770
7771/* On older GCC versions, just putting x_error_quitter 7771/* On older GCC versions, just putting x_error_quitter