2002-09-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h (MB_LEN_MAX): Removed as this is defined by <limits.h>.
This commit is contained in:
parent
788d78be79
commit
218b7a5638
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue