diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 04:07:16 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 04:07:16 +0000 |
commit | 4fc4a5932c8aa381eb820e20c9eaebfd0d1afa30 (patch) | |
tree | 213a04d7e04585a949c8e78fa43972b60813b8d8 /gcc/config.in | |
parent | 86648ad2c2cd6de60065736c07b291b278cc5818 (diff) | |
download | gcc-4fc4a5932c8aa381eb820e20c9eaebfd0d1afa30.tar.gz |
2001-04-23 Phil Edwards <pme@sources.redhat.com>
* configure.in: Remove ENABLE_STD_NAMESPACE.
* cp/decl2.c (flag_honor_std): Always initialize to 1.
* config.in: Regenerated.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index 72ede3d78f3..3d13dea6f7b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -488,9 +488,6 @@ and preserves file table indicies exactly as given. */ #undef HAVE_AS_DWARF2_DEBUG_LINE -/* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */ -#undef ENABLE_STD_NAMESPACE - /* Define 0/1 to force the choice for exception handling model. */ #undef CONFIG_SJLJ_EXCEPTIONS |