Fix latent bug in test_gdb_complete_cmd_multiple
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 746c11fd9f19fd7782a139cbfa1e9399101ccd94..1ba529d76c518225e66462f5d69f5cc98c9900a1 100644 (file)
@@ -50,9 +50,9 @@ struct common_block
   struct symbol *contents[1];
 };
 
-extern int f77_get_upperbound (struct type *);
+extern LONGEST f77_get_upperbound (struct type *);
 
-extern int f77_get_lowerbound (struct type *);
+extern LONGEST f77_get_lowerbound (struct type *);
 
 extern void f77_get_dynamic_array_length (struct type *);
 
This page took 0.029442 seconds and 4 git commands to generate.