From 507f3c78fb4a1235b731350d60f1bf0ce94b4175 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 4 Jun 2000 00:41:10 +0000 Subject: Eliminate PARAMS from function pointer declarations. --- gdb/tui/tuiIO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tui/tuiIO.c') diff --git a/gdb/tui/tuiIO.c b/gdb/tui/tuiIO.c index 1256a50cd1d..c8427c00f3c 100644 --- a/gdb/tui/tuiIO.c +++ b/gdb/tui/tuiIO.c @@ -112,7 +112,7 @@ void tui_tputs (str, affcnt, putfunc) char *str; int affcnt; - int (*putfunc) PARAMS ((int)); + int (*putfunc) (int); { extern char *rl_prompt; /* the prompt string */ -- cgit v1.2.1