intrinsic.c (sort_actual): Remove 'is' in error message.
2010-04-20 Harald Anlauf <anlauf@gmx.de> * intrinsic.c (sort_actual): Remove 'is' in error message. From-SVN: r158577
This commit is contained in:
parent
0e99cb53b4
commit
b41f84890e
@ -1,3 +1,7 @@
|
||||
2010-04-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
* intrinsic.c (sort_actual): Remove 'is' in error message.
|
||||
|
||||
2010-04-20 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/43227
|
||||
|
@ -3292,7 +3292,7 @@ keywords:
|
||||
|
||||
if (f->actual != NULL)
|
||||
{
|
||||
gfc_error ("Argument '%s' is appears twice in call to '%s' at %L",
|
||||
gfc_error ("Argument '%s' appears twice in call to '%s' at %L",
|
||||
f->name, name, where);
|
||||
return FAILURE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user