Commit 9da37525 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* primary.c (match_hollerith_constant): Fix typo.

From-SVN: r102814
parent b53b1b04
2005-08-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* primary.c (match_hollerith_constant): Fix typo.
2005-08-06 Kazu Hirata <kazu@codesourcery.com> 2005-08-06 Kazu Hirata <kazu@codesourcery.com>
* decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi, * decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi,
......
...@@ -247,7 +247,7 @@ match_hollerith_constant (gfc_expr ** result) ...@@ -247,7 +247,7 @@ match_hollerith_constant (gfc_expr ** result)
&& gfc_match_char ('h') == MATCH_YES) && gfc_match_char ('h') == MATCH_YES)
{ {
if (gfc_notify_std (GFC_STD_LEGACY, if (gfc_notify_std (GFC_STD_LEGACY,
"Extention: Hollerith constant at %C") "Extension: Hollerith constant at %C")
== FAILURE) == FAILURE)
goto cleanup; goto cleanup;
......
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