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
This commit is contained in:
Kriang Lerdsuwanakij 2002-07-08 14:53:51 +00:00 committed by Kriang Lerdsuwanakij
parent 7766810445
commit d5372501f5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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;
{