diff options
| author | Richard M. Stallman | 2005-05-10 09:19:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-10 09:19:19 +0000 |
| commit | 5599ac1015754964640a1e10d73b7e96125dec32 (patch) | |
| tree | e9bdda995538ec83b045f88b9810dabc198c17bf /src | |
| parent | 285a529b0c094775437874eb10bf24eeea7ea365 (diff) | |
| download | emacs-5599ac1015754964640a1e10d73b7e96125dec32.tar.gz emacs-5599ac1015754964640a1e10d73b7e96125dec32.zip | |
Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 4 |
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 |