(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 5f39def20929240758f403ae11ae27d80ebf138e..d151dde3a29afcd6dcf3a2f2fd7ba87bb38cb77d 100644 (file)
@@ -2834,7 +2834,7 @@ value_assign_to_component (struct value *container, struct value *component,
 
 /* Determine if TYPE is an access to an unconstrained array.  */
 
-static bool
+bool
 ada_is_access_to_unconstrained_array (struct type *type)
 {
   return (TYPE_CODE (type) == TYPE_CODE_TYPEDEF
This page took 0.024704 seconds and 4 git commands to generate.