mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
* parse.y (java_expand_classes): Fix typo in static field loop.
From-SVN: r49468
This commit is contained in:
parent
69474c3c18
commit
14b7105512
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user