(interrupt_signal): Provide forward declaration.
authorDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:23:29 +0000 (12:23 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:23:29 +0000 (12:23 +0000)
(kbd_buffer_store_event): Don't declare interrupt_signal.

src/ChangeLog
src/keyboard.c

index 1638bfc..5d5f68a 100644 (file)
@@ -1,3 +1,13 @@
+2002-11-22  Dave Love  <fx@gnu.org>
+
+       * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
+
+       * keyboard.c (interrupt_signal): Provide forward declaration.
+       (kbd_buffer_store_event): Don't declare interrupt_signal.
+
+       * xdisp.c (store_frame_title_char) [PROTOTYPES]:  Provide ISO C
+       arglist.
+
 2002-11-21  Richard M. Stallman  <rms@gnu.org>
 
        * eval.c (interactive_p): Skip any number of bytecode
index fd726a5..f322ed8 100644 (file)
@@ -706,6 +706,7 @@ static void restore_getcjmp P_ ((jmp_buf));
 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 @@ kbd_buffer_store_event (event)
 
       if (c == quit_char)
        {
-         static SIGTYPE interrupt_signal P_ ((int));
 #ifdef MULTI_KBOARD
          KBOARD *kb;
          struct input_event *sp;