Mercurial > emacs
changeset 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 | aec8f44db426 |
children | 60730a9af92e |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Jul 01 16:00:05 2002 +0000 +++ b/src/keyboard.c Mon Jul 01 16:00:49 2002 +0000 @@ -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 @@ if (c == quit_char) { - static SIGTYPE interrupt_signal (int); + static SIGTYPE interrupt_signal P_ ((int)); #ifdef MULTI_KBOARD KBOARD *kb; struct input_event *sp;