diff options
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r-- | gdb/exceptions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h index cf7d0f0d1e2..b2cdee3c43c 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -86,7 +86,8 @@ extern int catch_exceptions_with_msg (struct ui_out *uiout, This function is superseded by catch_exceptions(). */ typedef int (catch_errors_ftype) (void *); -extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask); +extern int catch_errors (catch_errors_ftype *, void *, + const char *, return_mask); /* Compare two exception objects for print equality. */ extern int exception_print_same (struct gdb_exception e1, |