diff options
| author | Karoly Lorentey | 2005-09-11 07:23:22 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-11 07:23:22 +0000 |
| commit | 9148bda213c00500b9cfc0dca9e64be85dd88a12 (patch) | |
| tree | 1c309595f563ce3ce68bad80ff86864418b899fe /src | |
| parent | 256c9c3a61a5a2c5d394277f5b0f25adb453771d (diff) | |
| download | emacs-9148bda213c00500b9cfc0dca9e64be85dd88a12.tar.gz emacs-9148bda213c00500b9cfc0dca9e64be85dd88a12.zip | |
Fix bootstrap error in keyboard.c.
* src/keyboard.c: Add forward declaration of restore_kboard_configuration.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-415
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 14dd4e33c83..baf313c7a62 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -672,6 +672,7 @@ static void restore_getcjmp P_ ((jmp_buf)); | |||
| 672 | static Lisp_Object apply_modifiers P_ ((int, Lisp_Object)); | 672 | static Lisp_Object apply_modifiers P_ ((int, Lisp_Object)); |
| 673 | static void clear_event P_ ((struct input_event *)); | 673 | static void clear_event P_ ((struct input_event *)); |
| 674 | static void any_kboard_state P_ ((void)); | 674 | static void any_kboard_state P_ ((void)); |
| 675 | static Lisp_Object restore_kboard_configuration P_ ((Lisp_Object)); | ||
| 675 | static SIGTYPE interrupt_signal P_ ((int signalnum)); | 676 | static SIGTYPE interrupt_signal P_ ((int signalnum)); |
| 676 | static void handle_interrupt P_ ((void)); | 677 | static void handle_interrupt P_ ((void)); |
| 677 | static void timer_start_idle P_ ((void)); | 678 | static void timer_start_idle P_ ((void)); |