* pt.c (can_complete_type_without_circularity): Add static to
function definition.
From-SVN: r55326
+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
/* 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;
{