* parse.c (next_fixed): Remove superfluous string concatenation.
From-SVN: r109599
This commit is contained in:
parent
a40d3497d0
commit
9504064432
@ -1,3 +1,7 @@
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user