Commit aa26a3f6 by Alan Modra Committed by Alan Modra

* name-lookup.c (anonymous_namespace_name): Make static.

From-SVN: r81001
parent 00ca716b
2004-04-22 Alan Modra <amodra@bigpond.net.au>
* name-lookup.c (anonymous_namespace_name): Make static.
2004-04-19 Roger Sayle <roger@eyesopen.com>
PR middle-end/14531
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment