-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / exceptions.h
index cf7d0f0d1e230a590bb266b5249a4cbe60d0724b..b2cdee3c43cbf61869acd2d7fa72ed62993851cb 100644 (file)
@@ -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,
This page took 0.026688 seconds and 4 git commands to generate.