(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index 90bfa0a7be89e0225d78e686e6737823c11e63cd..ee5394c21bde6083f483216b5d8190bb0cff94c8 100644 (file)
@@ -194,6 +194,8 @@ extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *,
 struct value *ada_convert_actual (struct value *actual,
                                   struct type *formal_type0);
 
+extern bool ada_is_access_to_unconstrained_array (struct type *type);
+
 extern struct value *ada_value_subscript (struct value *, int,
                                           struct value **);
 
This page took 0.024653 seconds and 4 git commands to generate.