Commit file missed in previous commit.

From-SVN: r152894
This commit is contained in:
Jerry DeLisle 2009-10-16 07:08:52 +00:00
parent d7c79c4daa
commit a3e1ddfc64

View File

@ -1598,7 +1598,7 @@ typedef struct gfc_class_esym_list
{
gfc_symbol *derived;
gfc_symbol *esym;
gfc_symbol *class_object;
struct gfc_expr *vindex;
struct gfc_class_esym_list *next;
}
gfc_class_esym_list;