From 1ed09f0225c3d90a21e9e437695da4cda0bc30da Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 18 Sep 2005 09:51:04 +0200 Subject: module.c (read_module): Add missed line from last patch. 2005-09-18 Andreas Jaeger * module.c (read_module): Add missed line from last patch. From-SVN: r104391 --- gcc/fortran/module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/fortran/module.c') 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) { -- cgit v1.1