Commit ab25c2d9 by Tobias Burnus Committed by Tobias Burnus

parse.c (parse_contained): Fix indention of one line.

2006-11-15  Tobias Burnus  <burnus@net-b.de>

       * parse.c (parse_contained): Fix indention
         of one line.

From-SVN: r118858
parent 8998be20
2006-11-15 Tobias Burnus <burnus@net-b.de>
* parse.c (parse_contained): Fix indention
of one line.
2006-11-15 Tobias Burnus <burnus@net-b.de>
PR fortran/27546
* decl.c (gfc_match_import,variable_decl):
Add IMPORT support.
......
......@@ -2791,7 +2791,7 @@ parse_contained (int module)
case ST_FUNCTION:
case ST_SUBROUTINE:
contains_statements = 1;
contains_statements = 1;
accept_statement (st);
push_state (&s2,
......
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