Committed under the obviously correct rule.
2009-11-06 Steven G. Kargl <
kargl@...>
resolve.c (check_typebound_override): Remove duplicate "in" in error
message.
Index: resolve.c
===================================================================
--- resolve.c (revision 153981)
+++ resolve.c (working copy)
@@ -9480,8 +9480,8 @@ check_typebound_override (gfc_symtree* p
if (proc_pass_arg != argpos && old_pass_arg != argpos
&& !gfc_compare_types (&proc_formal->sym->ts, &old_formal->sym->ts))
{
- gfc_error ("Types mismatch for dummy argument '%s' of '%s' %L in"
- " in respect to the overridden procedure",
+ gfc_error ("Types mismatch for dummy argument '%s' of '%s' %L "
+ "in respect to the overridden procedure",
proc_formal->sym->name, proc->name, &where);
return FAILURE;
}
--
Steve