* dwarf2read.c (struct attribute): Increase sizes of unsnd and snd
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index cf4bebc23b675dcf9b70242e0cea91401cdb881c..7a13d5c091004b6b19642d18f98a1faf6efe64d8 100644 (file)
@@ -199,6 +199,10 @@ extern int ada_is_array_descriptor_type (struct type *);
 
 extern int ada_is_bogus_array_descriptor (struct type *);
 
+extern LONGEST ada_discrete_type_low_bound (struct type *);
+
+extern LONGEST ada_discrete_type_high_bound (struct type *);
+
 extern char *ada_decode_symbol (const struct general_symbol_info*);
 
 extern const char *ada_decode (const char*);
This page took 0.024817 seconds and 4 git commands to generate.