diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 18:50:45 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 18:50:45 +0000 |
commit | c4918153fded93bf81a0c33d30cc07ec8709fb9c (patch) | |
tree | 426cd99705aacb72bb06b9c7301ea3d740e6ad81 /gcc/config/svr4.h | |
parent | 35670164d20280add9ad664e25e8a6e47c228ad7 (diff) | |
download | gcc-c4918153fded93bf81a0c33d30cc07ec8709fb9c.tar.gz |
* Makfile.in: Remove traces of mbchar.
* c-parse.in (MULTIBYTE_CHARS): Remove.
* config.in (MULTIBYTE_CHARS): Remove.
* configure: Remove --enable-mbchar.
* configure.in: Remove --enable-mbchar.
* mbchar.c, mbchar.h: Remove.
* system.h: Poison MULTIBYTE_CHARS.
* config/linux-aout.h (MULTIBYTE_CHARS): Remove.
* config/linux.h (MULTIBYTE_CHARS): Remove.
* config/svr4.h (MULTIBYTE_CHARS): Remove.
* config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69009 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr4.h')
-rw-r--r-- | gcc/config/svr4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index d865959f3c9..714326a5f43 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -202,8 +202,4 @@ Boston, MA 02111-1307, USA. #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE BITS_PER_WORD -/* This causes trouble, because it requires the host machine - to support ANSI C. */ -/* #define MULTIBYTE_CHARS */ - #define TARGET_HAS_F_SETLKW |