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/w89k-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/w89k-rom.c') diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c index ff98186..9a73362 100644 --- a/gdb/w89k-rom.c +++ b/gdb/w89k-rom.c @@ -28,7 +28,7 @@ #include "xmodem.h" -static void w89k_open PARAMS ((char *args, int from_tty)); +static void w89k_open (char *args, int from_tty); /* * this array of registers need to match the indexes used by GDB. The -- cgit v1.1