* ada-exp.y (write_object_renaming, write_var_or_type)
[deliverable/binutils-gdb.git] / gdb / valops.c
index 502fb0d1f07112a2b68a75216be5ae0cf7b5c697..1dd25799bfceb067f8b8f8face1781dc5a9fdae0 100644 (file)
@@ -1516,7 +1516,7 @@ value_of_variable (struct symbol *var, const struct block *b)
 }
 
 struct value *
-address_of_variable (struct symbol *var, struct block *b)
+address_of_variable (struct symbol *var, const struct block *b)
 {
   struct type *type = SYMBOL_TYPE (var);
   struct value *val;
This page took 0.045198 seconds and 4 git commands to generate.