* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index 180c5448c4a85b410bf5080211c900128fc30dba..5b0691b84f1edfa41cde460909c590536ae74476 100644 (file)
@@ -40,8 +40,8 @@ extern int pascal_val_print (struct type *, const gdb_byte *, int,
                             const struct value *,
                             const struct value_print_options *);
 
-extern int pascal_value_print (struct value *, struct ui_file *,
-                              const struct value_print_options *);
+extern void pascal_value_print (struct value *, struct ui_file *,
+                               const struct value_print_options *);
 
 extern void pascal_type_print_method_args (const char *, const char *,
                                           struct ui_file *);
This page took 0.023429 seconds and 4 git commands to generate.