Commit d312ec72 by Benjamin Kosnik Committed by Benjamin Kosnik

decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.


2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>

        * decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.

From-SVN: r32961
parent bc2874c9
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.
......
......@@ -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. */
......
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