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/linux.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/linux.h')
-rw-r--r-- | gcc/config/linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 15c83b0d8c9..75b403057e2 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -23,14 +23,6 @@ Boston, MA 02111-1307, USA. */ /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C -/* GNU/Linux uses ctype from glibc.a. I am not sure how complete it is. - For now, we play safe. It may change later. */ - -#if 0 -#undef MULTIBYTE_CHARS -#define MULTIBYTE_CHARS 1 -#endif - #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" |