summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-05-28 01:12:42 +0000
committerKevin Buettner <kevinb@redhat.com>2000-05-28 01:12:42 +0000
commita14ed312fd86dd2c862847230931451da2e49942 (patch)
treee7a00cec4f6ebd4b2d5dd59695c802ef6997d9da /gdb/corefile.c
parent3c07fb76e69e648d58d507fdb05cf8d461d87dcb (diff)
downloadbinutils-gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.gz
PARAMS removal.
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index ccf439eacc1..97c3cfe3802 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -40,8 +40,8 @@
/* Local function declarations. */
-extern void _initialize_core PARAMS ((void));
-static void call_extra_exec_file_hooks PARAMS ((char *filename));
+extern void _initialize_core (void);
+static void call_extra_exec_file_hooks (char *filename);
/* You can have any number of hooks for `exec_file_command' command to call.
If there's only one hook, it is set in exec_file_display hook.
@@ -416,8 +416,7 @@ char *gnutarget;
/* Same thing, except it is "auto" not NULL for the default case. */
static char *gnutarget_string;
-static void set_gnutarget_command
- PARAMS ((char *, int, struct cmd_list_element *));
+static void set_gnutarget_command (char *, int, struct cmd_list_element *);
static void
set_gnutarget_command (ignore, from_tty, c)