* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / language.h
index a47a44d25947ad65d1663a5ad71da65d72ac9aa7..3156f27b8c99e883db7922812d952ee7aa42c213 100644 (file)
@@ -249,8 +249,8 @@ struct language_defn
 
     /* Print a top-level value using syntax appropriate for this language.  */
 
-    int (*la_value_print) (struct value *, struct ui_file *,
-                          const struct value_print_options *);
+    void (*la_value_print) (struct value *, struct ui_file *,
+                           const struct value_print_options *);
 
     /* PC is possibly an unknown languages trampoline.
        If that PC falls in a trampoline belonging to this language,
This page took 0.026841 seconds and 4 git commands to generate.