intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message.
* intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message. From-SVN: r101207
This commit is contained in:
parent
84946e72dc
commit
b376133b7f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-20 Erik Edelmann <erik.edelmann@iki.fi>
|
||||
|
||||
* intrinsic.c (check_intrinsic_standard): Fix spelling error
|
||||
in a warning message.
|
||||
|
||||
2005-06-18 Erik Edelman <eedelman@acclab.helsinki.fi>
|
||||
Steven G. Kargl <kargls@comast.net>
|
||||
|
||||
|
|
|
@ -2914,7 +2914,7 @@ check_intrinsic_standard (const char *name, int standard, locus * where)
|
|||
if (!gfc_option.warn_nonstd_intrinsics)
|
||||
return;
|
||||
|
||||
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included"
|
||||
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included "
|
||||
"in the selected standard", name, where);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue