Commit 55898b2c by Steven Bosscher Committed by Steven Bosscher

interface.c: Fix previous checkin (an incomplete patch was commited for me).

	* interface.c: Fix previous checkin (an incomplete patch
	was commited for me).

From-SVN: r105992
parent 631190f2
2005-10-29 Steven Bosscher <stevenb@suse.de>
* interface.c: Fix previous checkin (an incomplete patch
was commited for me).
2005-10-29 Joseph S. Myers <joseph@codesourcery.com> 2005-10-29 Joseph S. Myers <joseph@codesourcery.com>
* intrinsic.texi: Remove empty @cindex line. * intrinsic.texi: Remove empty @cindex line.
......
...@@ -298,7 +298,7 @@ gfc_match_end_interface (void) ...@@ -298,7 +298,7 @@ gfc_match_end_interface (void)
|| strcmp (current_interface.uop->name, name) != 0) || strcmp (current_interface.uop->name, name) != 0)
{ {
gfc_error ("Expecting 'END INTERFACE OPERATOR (.%s.)' at %C", gfc_error ("Expecting 'END INTERFACE OPERATOR (.%s.)' at %C",
current_interface.sym->name); current_interface.uop->name);
m = MATCH_ERROR; m = MATCH_ERROR;
} }
......
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