mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.
This commit is contained in:
parent
c2d06a18a9
commit
8d9f01ce4c
1 changed files with 1 additions and 1 deletions
|
|
@ -3299,7 +3299,7 @@ kbd_buffer_store_event (event)
|
|||
|
||||
if (c == quit_char)
|
||||
{
|
||||
static SIGTYPE interrupt_signal (int);
|
||||
static SIGTYPE interrupt_signal P_ ((int));
|
||||
#ifdef MULTI_KBOARD
|
||||
KBOARD *kb;
|
||||
struct input_event *sp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue