diff options
| author | Dave Love | 2002-11-22 12:23:29 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-22 12:23:29 +0000 |
| commit | 5598c32e918827e8a956b145bbc4fb4b0445f657 (patch) | |
| tree | f02351362093fa47cd92de9b613e8a5e6c7428dc /src/keyboard.c | |
| parent | 0c2338d8195e8e2eb4b14b3ba35d2e15ccbb0504 (diff) | |
| download | emacs-5598c32e918827e8a956b145bbc4fb4b0445f657.tar.gz emacs-5598c32e918827e8a956b145bbc4fb4b0445f657.zip | |
(interrupt_signal): Provide forward declaration.
(kbd_buffer_store_event): Don't declare interrupt_signal.
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index fd726a5a254..f322ed87632 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -706,6 +706,7 @@ static void restore_getcjmp P_ ((jmp_buf)); | |||
| 706 | static Lisp_Object apply_modifiers P_ ((int, Lisp_Object)); | 706 | static Lisp_Object apply_modifiers P_ ((int, Lisp_Object)); |
| 707 | static void clear_event P_ ((struct input_event *)); | 707 | static void clear_event P_ ((struct input_event *)); |
| 708 | static void any_kboard_state P_ ((void)); | 708 | static void any_kboard_state P_ ((void)); |
| 709 | static SIGTYPE interrupt_signal P_ ((int signalnum)); | ||
| 709 | 710 | ||
| 710 | /* Nonzero means don't try to suspend even if the operating system seems | 711 | /* Nonzero means don't try to suspend even if the operating system seems |
| 711 | to support it. */ | 712 | to support it. */ |
| @@ -3466,7 +3467,6 @@ kbd_buffer_store_event (event) | |||
| 3466 | 3467 | ||
| 3467 | if (c == quit_char) | 3468 | if (c == quit_char) |
| 3468 | { | 3469 | { |
| 3469 | static SIGTYPE interrupt_signal P_ ((int)); | ||
| 3470 | #ifdef MULTI_KBOARD | 3470 | #ifdef MULTI_KBOARD |
| 3471 | KBOARD *kb; | 3471 | KBOARD *kb; |
| 3472 | struct input_event *sp; | 3472 | struct input_event *sp; |