decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.
authorBenjamin Kosnik <bkoz@cygnus.com>
Thu, 6 Apr 2000 06:44:42 +0000 (06:44 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 6 Apr 2000 06:44:42 +0000 (06:44 +0000)
2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>

        * decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.

From-SVN: r32961

gcc/cp/ChangeLog
gcc/cp/decl2.c

index 020da6b..dbf3a82 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
+
+        * decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.
+
 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
 
        * cp-tree.h (instantiate_decl): Change prototype.
index 982bd2d..3d421d5 100644 (file)
@@ -452,7 +452,7 @@ int flag_use_cxa_atexit;
 
 /* Nonzero to not ignore namespace std. */
 
-int flag_honor_std;
+int flag_honor_std = ENABLE_STD_NAMESPACE;
 
 /* Nonzero if we should expand functions calls inline at the tree
    level, rather than at the RTL level.  */