gdb/ChangeLog:
From Andrey Smirnov <andrew.smirnov@gmail.com>:
* ada-lang.c (assign_aggregate): Remove declaration of local
variable `i' which is shadowing another variable with the same
name declared in the outer scope.
+2011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
+
+ * ada-lang.c (assign_aggregate): Remove declaration of local
+ variable `i' which is shadowing another variable with the same
+ name declared in the outer scope.
+
2011-11-23 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (get_base_type): Renames base_type. Adjust all
*pos += 3;
if (noside != EVAL_NORMAL)
{
- int i;
-
for (i = 0; i < n; i += 1)
ada_evaluate_subexp (NULL, exp, pos, noside);
return container;