From 1474c150a842f2a77dd404cc7035dcd93d8f4274 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 1 Apr 1992 04:04:17 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r654 --- gcc/config/svr4.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 2859ce4aec43..b6a42bc164fc 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -244,7 +244,9 @@ do { \ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE BITS_PER_WORD -#define MULTIBYTE_CHARS +/* This causes trouble, because it requires the host machine + to support ANSI C. */ +/* #define MULTIBYTE_CHARS */ #undef ASM_BYTE_OP #define ASM_BYTE_OP "\t.byte" -- 2.43.5