constify some blockvector APIs
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index fb627b7e98e362c7c35fc2df6ac78877f8095239..6956909badf766c72955002dff9f1706f3841308 100644 (file)
@@ -12819,7 +12819,7 @@ ada_add_global_exceptions (regex_t *preg, VEC(ada_exc_info) **exceptions)
 
   ALL_PRIMARY_SYMTABS (objfile, s)
     {
-      struct blockvector *bv = BLOCKVECTOR (s);
+      const struct blockvector *bv = BLOCKVECTOR (s);
       int i;
 
       for (i = GLOBAL_BLOCK; i <= STATIC_BLOCK; i++)
This page took 0.02883 seconds and 4 git commands to generate.