]> Git Repo - uclibc-ng.git/commitdiff
Disable a lingering bit of wide char junk
authorEric Andersen <[email protected]>
Thu, 14 Feb 2002 09:28:28 +0000 (09:28 -0000)
committerEric Andersen <[email protected]>
Thu, 14 Feb 2002 09:28:28 +0000 (09:28 -0000)
include/stdlib.h

index ab7baca5c3c6fa7f63c1852b648cd8bda8cf1294..302f2819a9f644ede8127590ecfafcf2f081901a 100644 (file)
@@ -130,10 +130,11 @@ __extension__ typedef struct
 #define        EXIT_SUCCESS    0       /* Successful exit status.  */
 
 
+#if 0
 /* Maximum length of a multibyte character in the current locale.  */
 #define        MB_CUR_MAX      (__ctype_get_mb_cur_max ())
 extern size_t __ctype_get_mb_cur_max (void) __THROW;
-
+#endif
 
 /* Convert a string to a floating-point number.  */
 extern double atof (__const char *__nptr) __THROW __attribute_pure__;
This page took 0.037679 seconds and 4 git commands to generate.