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
This commit is contained in:
parent
630b708642
commit
1ed09f0225
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR fortran/15975
|
||||
|
|
|
@ -3119,6 +3119,7 @@ read_module (void)
|
|||
mio_lparen ();
|
||||
|
||||
/* Create the fixup nodes for all the symbols. */
|
||||
series = 0;
|
||||
|
||||
while (peek_atom () != ATOM_RPAREN)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue