2003-02-09 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 9 Feb 2003 10:47:37 +0000 (10:47 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 9 Feb 2003 10:47:37 +0000 (10:47 +0000)
* interps.c (clear_interpreter_hooks): Convert function definition
to ISO C.

Index: mi/ChangeLog
2003-02-09  Andrew Cagney  <ac131313@redhat.com>

* mi-interp.c (mi_remove_notify_hooks): Convert function
definition to ISO C.

gdb/ChangeLog
gdb/interps.c
gdb/mi/ChangeLog
gdb/mi/mi-interp.c

index f4ebd8f7c9b9a0816e6eb8070bc7537b9d281705..36d016c22774983d74b6ec69caa3a107380163b9 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * interps.c (clear_interpreter_hooks): Convert function definition
+       to ISO C.
+
 2003-02-07  David Carlton  <carlton@math.stanford.edu>
 
        * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
index 551f416bb0fc4c1161da35ae9a5da26423c56104..8e33ffc70552dd7fed5c0cb1849df82b79c7e6cf 100644 (file)
@@ -318,7 +318,7 @@ interp_exec (struct interp *interp, const char *command_str)
    common command hooks.  Use it when removing your interpreter in its 
    suspend proc. */
 void
-clear_interpreter_hooks ()
+clear_interpreter_hooks (void)
 {
   init_ui_hook = 0;
   print_frame_info_listing_hook = 0;
index 93b55d7dd9b7aa3806bda95defc0dfef64c5dad7..fdc6b4d14187a903e6c7d71df4cbad1bacc6e4d8 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * mi-interp.c (mi_remove_notify_hooks): Convert function
+       definition to ISO C.
+
 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
 
        * mi-cmd-env.c: Include "gdb_stat.h" instead of <sys/stat.h>.
index bf5873a61df28ae15a930dd0380142e63b5bb392..87ed17f16c9839ce7c7a50d98f027b93ee8ac853 100644 (file)
@@ -285,7 +285,7 @@ mi_insert_notify_hooks (void)
 }
 
 static void
-mi_remove_notify_hooks ()
+mi_remove_notify_hooks (void)
 {
   query_hook = NULL;
 }
This page took 0.027461 seconds and 4 git commands to generate.