From 6d2c0f1df62df1045677305849f5a038f5fe0514 Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Fri, 6 Sep 2002 15:45:57 +0000 Subject: [PATCH] 2002-09-06 Jeff Johnston * libc/include/sys/config.h (MB_LEN_MAX): Removed as this is defined by . --- newlib/ChangeLog | 5 +++++ newlib/libc/include/sys/config.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 12a7376d4e..87f27ab6b7 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2002-09-06 Jeff Johnston + + * libc/include/sys/config.h (MB_LEN_MAX): Removed as this + is defined by . + 2002-09-05 Kazuhiro Fujieda * libc/include/wchar.h (WCHAR_MAX): Only define if not already diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index 9a4c3cb7bc..deb0d27d01 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -3,10 +3,6 @@ #include /* floating point macros */ -/* Length of longest possible multibyte sequence among all supported - locales. */ -#define MB_LEN_MAX 8 - /* exceptions first */ #if defined(__H8300__) || defined(__H8500__) || defined (__H8300H__) || defined(__W65__) || defined (__H8300S__) #define __SMALL_BITFIELDS -- 2.11.0