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/abug-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/abug-rom.c') diff --git a/gdb/abug-rom.c b/gdb/abug-rom.c index e1bd628..0ade234 100644 --- a/gdb/abug-rom.c +++ b/gdb/abug-rom.c @@ -28,7 +28,7 @@ /* Prototypes for local functions. */ -static void abug_open PARAMS ((char *args, int from_tty)); +static void abug_open (char *args, int from_tty); static void abug_supply_register (regname, regnamelen, val, vallen) -- cgit v1.1