diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-09 10:47:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-09 10:47:37 +0000 |
commit | e2796eda2aa64b0e2ddabee23df0937afee32ec7 (patch) | |
tree | 2eea729657deaaf3f58b2f5e31f87371ce7e37f4 /gdb/interps.c | |
parent | ce2b8f12a4c6960f3417d2a8c0e01b68b44d9e46 (diff) | |
download | gdb-e2796eda2aa64b0e2ddabee23df0937afee32ec7.tar.gz |
2003-02-09 Andrew Cagney <ac131313@redhat.com>
* 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.
Diffstat (limited to 'gdb/interps.c')
-rw-r--r-- | gdb/interps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/interps.c b/gdb/interps.c index 551f416bb0f..8e33ffc7055 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -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; |