summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 18:50:45 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 18:50:45 +0000
commitc4918153fded93bf81a0c33d30cc07ec8709fb9c (patch)
tree426cd99705aacb72bb06b9c7301ea3d740e6ad81 /gcc/c-parse.in
parent35670164d20280add9ad664e25e8a6e47c228ad7 (diff)
downloadgcc-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/c-parse.in')
-rw-r--r--gcc/c-parse.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index b62f2ff7294..6eaa354c02b 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -50,10 +50,6 @@ end ifc
#include "toplev.h"
#include "ggc.h"
-#ifdef MULTIBYTE_CHARS
-#include <locale.h>
-#endif
-
ifobjc
#include "objc-act.h"
end ifobjc