* decl2.c (do_using_directive): Revert previous patch.
From-SVN: r41759
This commit is contained in:
parent
552aae17f2
commit
46188dcad0
@ -1,3 +1,7 @@
|
||||
2001-05-02 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* decl2.c (do_using_directive): Revert previous patch.
|
||||
|
||||
2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* cp-tree.def (USING_STMT): New statement node.
|
||||
|
@ -5204,8 +5204,6 @@ do_using_directive (namespace)
|
||||
{
|
||||
if (namespace == fake_std_node)
|
||||
return;
|
||||
if (building_stmt_tree ())
|
||||
add_stmt (build_stmt (USING_STMT, namespace));
|
||||
|
||||
/* using namespace A::B::C; */
|
||||
if (TREE_CODE (namespace) == SCOPE_REF)
|
||||
|
Loading…
Reference in New Issue
Block a user