Commit 14b71055 by Bryce McKinlay Committed by Bryce McKinlay

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

From-SVN: r49468
parent 69474c3c
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment