cp-tree.h (anonymous_namespace_name): Declare.
authorMark Mitchell <mark@markmitchell.com>
Tue, 8 Sep 1998 11:37:48 +0000 (11:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 8 Sep 1998 11:37:48 +0000 (11:37 +0000)
commit0c8feefe300038d33498ad1d956981310b3d1823
tree8ba45d756b13acf8138233ef329e90204ef257fc
parent57af83585d7a0f82770b2777ef07a86635d436f6
cp-tree.h (anonymous_namespace_name): Declare.

* cp-tree.h (anonymous_namespace_name): Declare.
* decl.c: Define it.
(push_namespace): Use anonymous_namespace_name, rather than local
static anon_name.
* error.c (dump_decl): If a namespace is named
anonymous_namespace_name, call it {anonymous}.

From-SVN: r22329
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/error.c