Index: gdb/d-lang.h |
diff --git a/gdb/d-lang.h b/gdb/d-lang.h |
index 67ca14cb47abbeb3927ff548a15e6e2eb4afd05f..f93405a3ea28e99506eea7f4738d7aebca0217b4 100644 |
--- a/gdb/d-lang.h |
+++ b/gdb/d-lang.h |
@@ -24,10 +24,10 @@ |
extern char *d_demangle (const char *mangled, int options); |
-extern int d_val_print (struct type *type, const gdb_byte *valaddr, |
- int embedded_offset, CORE_ADDR address, |
- struct ui_file *stream, int recurse, |
- const struct value *val, |
- const struct value_print_options *options); |
+extern void d_val_print (struct type *type, const gdb_byte *valaddr, |
+ int embedded_offset, CORE_ADDR address, |
+ struct ui_file *stream, int recurse, |
+ const struct value *val, |
+ const struct value_print_options *options); |
#endif /* !defined (D_LANG_H) */ |