aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-09-18 09:51:04 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-09-18 09:51:04 +0200
commit1ed09f0225c3d90a21e9e437695da4cda0bc30da (patch)
tree757d86e664ccdd62958c66025617bc5e8b1b7b5d /gcc/fortran/module.c
parent630b7086421bdad457891f752a76ba84b30d593d (diff)
downloadgcc-1ed09f0225c3d90a21e9e437695da4cda0bc30da.zip
gcc-1ed09f0225c3d90a21e9e437695da4cda0bc30da.tar.gz
gcc-1ed09f0225c3d90a21e9e437695da4cda0bc30da.tar.bz2
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
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r--gcc/fortran/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 8f225aa..b3695e7 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -3119,6 +3119,7 @@ read_module (void)
mio_lparen ();
/* Create the fixup nodes for all the symbols. */
+ series = 0;
while (peek_atom () != ATOM_RPAREN)
{