* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
authorJeff Law <law@redhat.com>
Thu, 27 Nov 1997 06:01:08 +0000 (06:01 +0000)
committerJeff Law <law@redhat.com>
Thu, 27 Nov 1997 06:01:08 +0000 (06:01 +0000)
gdb/ChangeLog
gdb/remote-sim.c

index e3c1c6ec4e2991d99c1ccdc8528833bd74c57c3e..e992e2532340596e082e1515b0c99ec1b3a58300 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov 26 22:59:04 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
+
 Wed Nov 26 15:02:43 1997  Keith Seitz  <keiths@onions.cygnus.com>
 
        * gdbtk.c (gdb_loc): symtab_to_filename can return NULL
index 816e9cc6bc23d27c08412fd58a7eb2d62d5a98f0..22952ca3cefa30bc2a0b8229266a6aa01a6a5c17 100644 (file)
@@ -672,7 +672,8 @@ gdb_os_poll_quit (p)
    just as `wait' would. */
 
 static void
-gdbsim_cntrl_c (int signo)
+gdbsim_cntrl_c (signo)
+     int signo;
 {
   gdbsim_stop ();
 }
This page took 0.027339 seconds and 4 git commands to generate.