Commit 95040644 by Tobias Schlüter Committed by Tobias Schlüter

* parse.c (next_fixed): Remove superfluous string concatenation.

From-SVN: r109599
parent a40d3497
2006-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* parse.c (next_fixed): Remove superfluous string concatenation.
2006-01-11 Bernhard Fischer <rep.nop@aon.at>
PR fortran/25486
......
......@@ -464,7 +464,7 @@ next_fixed (void)
blank_line:
if (digit_flag)
gfc_warning ("Statement label in blank line will be " "ignored at %C");
gfc_warning ("Statement label in blank line will be ignored at %C");
gfc_advance_line ();
return ST_NONE;
}
......
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