Commit 4eeaf81e by Roger Sayle Committed by Roger Sayle

io.c (format_asterisk): Silence compiler warnings by correcting the number of…

io.c (format_asterisk): Silence compiler warnings by correcting the number of elements of a "locus"...


	* io.c (format_asterisk): Silence compiler warnings by correcting
	the number of elements of a "locus" initializer.

From-SVN: r82301
parent cdc9d803
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
......
......@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
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
{
......
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