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
This commit is contained in:
Benjamin Kosnik 2000-04-06 06:44:42 +00:00 committed by Benjamin Kosnik
parent bc2874c902
commit d312ec72ba
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */