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 | 11308a418750be8c278a57f02f96971da49b08ef (patch) | |
tree | 2c895b171a17ca862401d571fcc13f2b46f5b5a4 /gdb/interps.c | |
parent | ac8b6cc0b03c3eb99f573195653a718437a10477 (diff) | |
download | gdb-11308a418750be8c278a57f02f96971da49b08ef.zip gdb-11308a418750be8c278a57f02f96971da49b08ef.tar.gz gdb-11308a418750be8c278a57f02f96971da49b08ef.tar.bz2 |
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 551f416..8e33ffc 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; |