diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 1 |
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) { |