]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Always define MB_LEN_MAX.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Dec 1997 21:05:48 +0000 (21:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Dec 1997 21:05:48 +0000 (21:05 +0000)
limits.h

index c7b12786382c69d52f02e12225b048ea634b5c73..9c0071a52887050bc6b5fea9fa0339777017a47d 100644 (file)
--- a/limits.h
+++ b/limits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
  #define _LIBC_LIMITS_H_       /* This tells it not to look for another.  */
  #endif
  #ifndef _GCC_LIMITS_H_                /* This is what GCC's file defines.  */
+
+ /* Maximum length of any multibyte character in any locale.  We
+    define this here to prevent the value from the gcc value (which is
+    one) to take effect.  */
+ #define MB_LEN_MAX    6
+
  #include_next <limits.h>
  #endif