Fix typo in last gdb/ChangeLog entry.
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 4e5563d3b808989af712809f86e4dc45d27b6111..4aae3c5d8234adc520d2ec0688854a098bbb7ed9 100644 (file)
@@ -28,10 +28,10 @@ extern void f_error (char *);       /* Defined in f-exp.y */
 extern void f_print_type (struct type *, const char *, struct ui_file *, int,
                          int);
 
-extern int f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
-                       struct ui_file *, int,
-                       const struct value *,
-                       const struct value_print_options *);
+extern void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
+                        struct ui_file *, int,
+                        const struct value *,
+                        const struct value_print_options *);
 
 /* Language-specific data structures */
 
This page took 0.023735 seconds and 4 git commands to generate.