Mercurial > emacs
comparison src/keyboard.c @ 46115:737c84295ff7
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 01 Jul 2002 16:00:49 +0000 |
parents | 60d71404b887 |
children | b2fc143f439d |
comparison
equal
deleted
inserted
replaced
46114:aec8f44db426 | 46115:737c84295ff7 |
---|---|
1 /* Keyboard and mouse input; editor command loop. | 1 /* Keyboard and mouse input; editor command loop. |
2 Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 2001 | 2 Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 01, 02 |
3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
4 | 4 |
5 This file is part of GNU Emacs. | 5 This file is part of GNU Emacs. |
6 | 6 |
7 GNU Emacs is free software; you can redistribute it and/or modify | 7 GNU Emacs is free software; you can redistribute it and/or modify |
3366 & (meta_modifier | alt_modifier | 3366 & (meta_modifier | alt_modifier |
3367 | hyper_modifier | super_modifier)); | 3367 | hyper_modifier | super_modifier)); |
3368 | 3368 |
3369 if (c == quit_char) | 3369 if (c == quit_char) |
3370 { | 3370 { |
3371 static SIGTYPE interrupt_signal (int); | 3371 static SIGTYPE interrupt_signal P_ ((int)); |
3372 #ifdef MULTI_KBOARD | 3372 #ifdef MULTI_KBOARD |
3373 KBOARD *kb; | 3373 KBOARD *kb; |
3374 struct input_event *sp; | 3374 struct input_event *sp; |
3375 | 3375 |
3376 if (single_kboard | 3376 if (single_kboard |