Commit a3e1ddfc by Jerry DeLisle

Commit file missed in previous commit.

From-SVN: r152894
parent d7c79c4d
...@@ -1598,7 +1598,7 @@ typedef struct gfc_class_esym_list ...@@ -1598,7 +1598,7 @@ typedef struct gfc_class_esym_list
{ {
gfc_symbol *derived; gfc_symbol *derived;
gfc_symbol *esym; gfc_symbol *esym;
gfc_symbol *class_object; struct gfc_expr *vindex;
struct gfc_class_esym_list *next; struct gfc_class_esym_list *next;
} }
gfc_class_esym_list; gfc_class_esym_list;
......
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