changeset 88628:8f9b9dfed743

(kbd_buffer_store_event): Fix interrupt_signal decl for K&R.
author Dave Love <fx@gnu.org>
date Fri, 24 May 2002 15:30:35 +0000
parents a59de8df7832
children 54f9d745df15
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri May 24 15:30:25 2002 +0000
+++ b/src/keyboard.c	Fri May 24 15:30:35 2002 +0000
@@ -3299,7 +3299,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;