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:
parent
7766810445
commit
d5372501f5
@ -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
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user