Commit 1ed09f02 by Andreas Jaeger Committed by Andreas Jaeger

module.c (read_module): Add missed line from last patch.

2005-09-18  Andreas Jaeger  <aj@suse.de>

	* module.c (read_module): Add missed line from last patch.

From-SVN: r104391
parent 630b7086
2005-09-18 Andreas Jaeger <aj@suse.de>
* module.c (read_module): Add missed line from last patch.
2005-09-18 Erik Edelmann <erik.edelmann@iki.fi> 2005-09-18 Erik Edelmann <erik.edelmann@iki.fi>
PR fortran/15975 PR fortran/15975
......
...@@ -3119,6 +3119,7 @@ read_module (void) ...@@ -3119,6 +3119,7 @@ read_module (void)
mio_lparen (); mio_lparen ();
/* Create the fixup nodes for all the symbols. */ /* Create the fixup nodes for all the symbols. */
series = 0;
while (peek_atom () != ATOM_RPAREN) while (peek_atom () != ATOM_RPAREN)
{ {
......
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