defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 9 Sep 2004 17:11:18 +0000 (17:11 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 9 Sep 2004 17:11:18 +0000 (17:11 +0000)
commit15072eb1299f2e6f415798e4bbaf054ddc905645
tree22dfd0c501438c728e2e20b8cf0e2db8c8e0cfb7
parentc2433d7d163406078b767dcc45c9426a089ce91a
defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.

* defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
* config/arm/pecoff.h, config/i386/beos-elf.h
* config/i386/cygming.h, config/i386/i386-interix.h:
Define MULTIPLE_SYMBOL_SPACES to 1, not nothing.  Remove
comment cloned from manual.
* doc/tm.texi: Update description of MULTIPLE_SYMBOL_SPACES.
cp:
* decl2.c (import_export_class)
* lex.c (handle_pragma_interface):
Test MULTIPLE_SYMBOL_SPACES with if, not #ifdef.

From-SVN: r87243
gcc/ChangeLog
gcc/config/arm/pe.h
gcc/config/i386/beos-elf.h
gcc/config/i386/cygming.h
gcc/config/i386/i386-interix.h
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/lex.c
gcc/defaults.h
gcc/doc/tm.texi