From a14ed312fd86dd2c862847230931451da2e49942 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/op50-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/op50-rom.c') diff --git a/gdb/op50-rom.c b/gdb/op50-rom.c index 997b77a..92eccef 100644 --- a/gdb/op50-rom.c +++ b/gdb/op50-rom.c @@ -25,7 +25,7 @@ #include "monitor.h" #include "serial.h" -static void op50n_open PARAMS ((char *args, int from_tty)); +static void op50n_open (char *args, int from_tty); /* * this array of registers need to match the indexes used by GDB. The -- cgit v1.1