diff options
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r-- | gdb/corefile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c index 498628c..3b9f8c7 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -478,8 +478,9 @@ set_gnutarget (const char *newtarget) set_gnutarget_command (NULL, 0, NULL); } +void _initialize_core (); void -_initialize_core (void) +_initialize_core () { struct cmd_list_element *c; |