Change tui_update_breakpoint_info to be a method
[external/binutils.git] / gdb / f-valprint.c
index 8d9dd16..264416e 100644 (file)
@@ -199,7 +199,7 @@ static const struct generic_val_print_decorations f_decorations =
   ")",
   ".TRUE.",
   ".FALSE.",
-  "VOID",
+  "void",
   "{",
   "}"
 };
@@ -413,7 +413,7 @@ info_common_command_for_block (const struct block *block, const char *comname,
                value_print (val, gdb_stdout, &opts);
              }
 
-           catch (const gdb_exception_RETURN_MASK_ERROR &except)
+           catch (const gdb_exception_error &except)
              {
                printf_filtered ("<error reading variable: %s>",
                                 except.what ());