* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 39eff10cca1c2bb679a68e729d64b7dcf24486a1..6b227548d8bcd00283340ee7fbf8e9fbe0d089c6 100644 (file)
@@ -579,7 +579,7 @@ pascal_val_print (struct type *type, const gdb_byte *valaddr,
   return (0);
 }
 \f
-int
+void
 pascal_value_print (struct value *val, struct ui_file *stream,
                    const struct value_print_options *options)
 {
@@ -613,7 +613,7 @@ pascal_value_print (struct value *val, struct ui_file *stream,
          fprintf_filtered (stream, ") ");
        }
     }
-  return common_val_print (val, stream, 0, &opts, current_language);
+  common_val_print (val, stream, 0, &opts, current_language);
 }
 
 
This page took 0.042227 seconds and 4 git commands to generate.