changeset 48508:2774b99c3ec2

(interrupt_signal): Provide forward declaration. (kbd_buffer_store_event): Don't declare interrupt_signal.
author Dave Love <fx@gnu.org>
date Fri, 22 Nov 2002 12:23:13 +0000
parents 00bcc92f4acf
children a2c6756675e8
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri Nov 22 12:22:43 2002 +0000
+++ b/src/keyboard.c	Fri Nov 22 12:23:13 2002 +0000
@@ -706,6 +706,7 @@
 static Lisp_Object apply_modifiers P_ ((int, Lisp_Object));
 static void clear_event P_ ((struct input_event *));
 static void any_kboard_state P_ ((void));
+static SIGTYPE interrupt_signal P_ ((int signalnum));
 
 /* Nonzero means don't try to suspend even if the operating system seems
    to support it.  */
@@ -3466,7 +3467,6 @@
 
       if (c == quit_char)
 	{
-	  static SIGTYPE interrupt_signal P_ ((int));
 #ifdef MULTI_KBOARD
 	  KBOARD *kb;
 	  struct input_event *sp;