gdb: Remove C++ symbol aliases from completion list
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index e388c7528b3061eb7e2b2a0bfe3da96b85872ff0..1f427b0494d6035d66ded26d8df33f4fd13c4285 100644 (file)
@@ -164,10 +164,10 @@ extern void ada_print_type (struct type *, const char *, struct ui_file *, int,
 extern void ada_print_typedef (struct type *type, struct symbol *new_symbol,
                               struct ui_file *stream);
 
-extern void ada_val_print (struct type *, int, CORE_ADDR,
-                          struct ui_file *, int,
-                          struct value *,
-                          const struct value_print_options *);
+/* Implement la_value_print_inner for Ada.  */
+
+extern void ada_value_print_inner (struct value *, struct ui_file *, int,
+                                  const struct value_print_options *);
 
 extern void ada_value_print (struct value *, struct ui_file *,
                             const struct value_print_options *);
This page took 0.025655 seconds and 4 git commands to generate.