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: r55327
This commit is contained in:
Kriang Lerdsuwanakij 2002-07-08 15:09:44 +00:00 committed by Kriang Lerdsuwanakij
parent 66c6b5f22d
commit 1b397fb2fa
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-05 Jim Wilson <wilson@redhat.com>
* decl.c (mark_named_label_lists): Add missing & in call to

View File

@ -4887,7 +4887,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;
{