Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / f-typeprint.c
index 3ab6237c59d82be14ebcd109db9edb3d912e41e4..4bca773ffc327f1fedca026e0488b6997a36e185 100644 (file)
@@ -43,6 +43,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 static void f_type_print_args PARAMS ((struct type *, FILE *));
 #endif
 
+static void print_equivalent_f77_float_type PARAMS ((struct type *, FILE *));
+
 static void f_type_print_varspec_suffix PARAMS ((struct type *, FILE *,
                                                 int, int, int));
 
@@ -307,7 +309,7 @@ f_type_print_varspec_suffix (type, stream, show, passed_a_ptr, demangled_args)
     }
 }
 
-void
+static void
 print_equivalent_f77_float_type (type, stream)
      struct type *type;
      FILE *stream;
This page took 0.024123 seconds and 4 git commands to generate.