]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/limits.h
Update.
[thirdparty/glibc.git] / include / limits.h
index ab51f483312b4a1af4435471e8f25a4ac748bba4..b149ba1a73b666e87591dccd51a32feb9073eaf7 100644 (file)
 #endif
 
 
+/* Maximum length of any multibyte character in any locale.
+   We define this value here since the gcc header does not define
+   the correct value.  */
+#define MB_LEN_MAX     6
+
+
 #if __GNUC__ >= 2
 
  /* Get the compiler's limits.h, which defines all the ANSI constants.  */
@@ -63,9 +69,6 @@
 /* Number of bits in a `char'. */
 #  define CHAR_BIT     8
 
-/* Maximum length of any multibyte character in any locale.  */
-#  define MB_LEN_MAX   6
-
 /* Minimum and maximum values a `signed char' can hold.  */
 #  define SCHAR_MIN    (-128)
 #  define SCHAR_MAX    127