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:
parent
bc2874c902
commit
d312ec72ba
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue