* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 805b143aae9f2c0dbfa46dc172c8428068c0dc40..ef78bc3295ba5728197310739889d623db3d1926 100644 (file)
@@ -33,6 +33,7 @@
 #include "value.h"
 #include "cp-support.h"
 #include "charset.h"
+#include "c-lang.h"
 
 
 /* Following is dubious stuff that had been in the xcoff reader.  */
@@ -268,11 +269,6 @@ f_make_symbol_completion_list (char *text, char *word)
   return default_make_symbol_completion_list_break_on (text, word, ":");
 }
 
-/* This is declared in c-lang.h but it is silly to import that file for what
-   is already just a hack.  */
-extern int c_value_print (struct value *, struct ui_file *,
-                         const struct value_print_options *);
-
 const struct language_defn f_language_defn =
 {
   "fortran",
This page took 0.024826 seconds and 4 git commands to generate.