From 218b7a5638aed833f8e8cded47e66309cbba8cd3 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 6 Sep 2002 15:45:58 +0000 Subject: 2002-09-06 Jeff Johnston * libc/include/sys/config.h (MB_LEN_MAX): Removed as this is defined by . --- newlib/libc/include/sys/config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'newlib/libc/include/sys/config.h') diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index 9a4c3cb7b..deb0d27d0 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 -- cgit v1.2.3