Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-06 19:45:58 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-06 19:45:58 +0400
commit218b7a5638aed833f8e8cded47e66309cbba8cd3 (patch)
tree9cb8396a5500c6aaae6aa6c2eabbb7b835b3b08b
parent788d78be793689e20bf4b3f1737793fe4c685fdf (diff)
2002-09-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h (MB_LEN_MAX): Removed as this is defined by <limits.h>.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/sys/config.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 12a7376d4..87f27ab6b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/sys/config.h (MB_LEN_MAX): Removed as this
+ is defined by <limits.h>.
+
2002-09-05 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
* 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 9a4c3cb7b..deb0d27d0 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -3,10 +3,6 @@
#include <machine/ieeefp.h> /* 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