Restrict ia64_convert_register_p
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index b0f28d9a97d8559185bdb0fd2a28b1aa7f27e176..f9a80a0b3fabff4faf5078c2d0eeb1385964bdf0 100644 (file)
@@ -221,8 +221,8 @@ catch_exceptions_with_msg (struct ui_out *func_uiout,
 /* This function is superseded by catch_exceptions().  */
 
 int
-catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
-             return_mask mask)
+catch_errors (catch_errors_ftype *func, void *func_args,
+             const char *errstring, return_mask mask)
 {
   struct gdb_exception exception = exception_none;
   volatile int val = 0;
This page took 0.023649 seconds and 4 git commands to generate.