aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorDave Love2002-07-01 16:00:49 +0000
committerDave Love2002-07-01 16:00:49 +0000
commitf9f1e1fc7580cd1542e20ef9705046d0d867688b (patch)
tree364291ca8c279cf4e829bc576f3c91950aa87022 /src/keyboard.c
parent646e4dffc26f4e7952a577492fc6c622e158d1e6 (diff)
downloademacs-f9f1e1fc7580cd1542e20ef9705046d0d867688b.tar.gz
emacs-f9f1e1fc7580cd1542e20ef9705046d0d867688b.zip
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index fa0415edc24..37529018962 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1,5 +1,5 @@
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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -3368,7 +3368,7 @@ kbd_buffer_store_event (event)
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;