Commit d5372501 by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

pt.c (can_complete_type_without_circularity): Add static to function definition.

	* pt.c (can_complete_type_without_circularity): Add static to
	function definition.

From-SVN: r55326
parent 77668104
2002-07-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* pt.c (can_complete_type_without_circularity): Add static to
function definition.
2002-07-08 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (have_extern_spec): Declare it
......
......@@ -4912,7 +4912,7 @@ tsubst_friend_class (friend_tmpl, args)
/* Returns zero if TYPE cannot be completed later due to circularity.
Otherwise returns one. */
int
static int
can_complete_type_without_circularity (type)
tree type;
{
......
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