forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -285,7 +285,7 @@ mi_insert_notify_hooks (void)
|
||||
}
|
||||
|
||||
static void
|
||||
mi_remove_notify_hooks ()
|
||||
mi_remove_notify_hooks (void)
|
||||
{
|
||||
query_hook = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user