diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
commit | a14ed312fd86dd2c862847230931451da2e49942 (patch) | |
tree | e7a00cec4f6ebd4b2d5dd59695c802ef6997d9da /gdb/m32r-rom.c | |
parent | 3c07fb76e69e648d58d507fdb05cf8d461d87dcb (diff) | |
download | gdb-a14ed312fd86dd2c862847230931451da2e49942.zip gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.gz gdb-a14ed312fd86dd2c862847230931451da2e49942.tar.bz2 |
PARAMS removal.
Diffstat (limited to 'gdb/m32r-rom.c')
-rw-r--r-- | gdb/m32r-rom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/m32r-rom.c b/gdb/m32r-rom.c index f6ea251..b975ace 100644 --- a/gdb/m32r-rom.c +++ b/gdb/m32r-rom.c @@ -38,7 +38,7 @@ #include "inferior.h" /* for write_pc() */ #include <ctype.h> -extern void report_transfer_performance PARAMS ((unsigned long, time_t, time_t)); +extern void report_transfer_performance (unsigned long, time_t, time_t); #ifndef _MSC_VER /* @@ -189,8 +189,8 @@ m32r_load_gen (filename, from_tty) generic_load (filename, from_tty); } -static void m32r_open PARAMS ((char *args, int from_tty)); -static void mon2000_open PARAMS ((char *args, int from_tty)); +static void m32r_open (char *args, int from_tty); +static void mon2000_open (char *args, int from_tty); /* This array of registers needs to match the indexes used by GDB. The whole reason this exists is because the various ROM monitors use |