From 6e45c399c15ff44f8d07570f9874f52e45620afd Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 17 Jan 1999 23:23:42 +0000 Subject: catch_errors() takes PTR argument/func instead of char* argument/func. Update breakpoint.c. Fix (?) cover_target_enable_exception_callback(). Wasn't returning a value. --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index ae24f19db99..81fe1e3dc19 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -516,7 +516,7 @@ return_to_top_level (reason) int catch_errors (func, args, errstring, mask) - int (*func) PARAMS ((char *)); + catch_errors_ftype *func; PTR args; char *errstring; return_mask mask; -- cgit v1.2.1