* io.c (format_asterisk): Silence compiler warnings by correcting
the number of elements of a "locus" initializer.
From-SVN: r82301
+2004-05-26 Roger Sayle <roger@eyesopen.com>
+
+ * io.c (format_asterisk): Silence compiler warnings by correcting
+ the number of elements of a "locus" initializer.
+
2004-05-25 Roger Sayle <roger@eyesopen.com>
PR fortran/13912
gfc_st_label format_asterisk =
{ -1, ST_LABEL_FORMAT, ST_LABEL_FORMAT, NULL, 0,
- {NULL, 0, NULL, NULL}, NULL, NULL};
+ {NULL, NULL}, NULL, NULL};
typedef struct
{