mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.
This commit is contained in:
parent
646e4dffc2
commit
f9f1e1fc75
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* Keyboard and mouse input; editor command loop.
|
||||
Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 2001
|
||||
Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 01, 02
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
|
@ -3368,7 +3368,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…
Reference in a new issue