From aa26a3f64864253d4aa1ab10f8ec7d6e25c4088d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 22 Apr 2004 05:10:21 +0000 Subject: [PATCH] * name-lookup.c (anonymous_namespace_name): Make static. From-SVN: r81001 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/name-lookup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.7.4