From: Alan Modra Date: Thu, 22 Apr 2004 05:10:21 +0000 (+0000) Subject: * name-lookup.c (anonymous_namespace_name): Make static. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa26a3f64864253d4aa1ab10f8ec7d6e25c4088d;p=platform%2Fupstream%2Fgcc.git * name-lookup.c (anonymous_namespace_name): Make static. From-SVN: r81001 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2d691dc..42deed3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Alan Modra + + * name-lookup.c (anonymous_namespace_name): Make static. + 2004-04-19 Roger Sayle PR middle-end/14531 diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 52d4d77..7b1ff39 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -50,7 +50,7 @@ tree global_namespace; /* The name of the anonymous namespace, throughout this translation unit. */ -GTY(()) tree anonymous_namespace_name; +static GTY(()) tree anonymous_namespace_name; /* Compute the chain index of a binding_entry given the HASH value of its