* parse.y (java_expand_classes): Fix typo in static field loop.

From-SVN: r49468
This commit is contained in:
Bryce McKinlay 2002-02-04 02:38:16 +00:00 committed by Bryce McKinlay
parent 69474c3c18
commit 14b7105512
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-04 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* parse.y (java_expand_classes): Fix typo in static field loop.
2002-02-02 Richard Henderson <rth@redhat.com>
* class.c (add_field): Mark static fields external.

View File

@ -9015,6 +9015,7 @@ java_expand_classes ()
for (cur_ctxp = ctxp_for_generation; cur_ctxp; cur_ctxp = cur_ctxp->next)
{
tree current;
ctxp = cur_ctxp;
for (current = ctxp->class_list; current; current = TREE_CHAIN (current))
{
tree class = TREE_TYPE (current);