From: Douglas Gregor Date: Tue, 8 Dec 2009 21:35:00 +0000 (+0000) Subject: Pick up MB_LEN_MAX as defined by the system , when it's provided there X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a22848f4d905e3ddcb472aced1aeb14ceabfed7d;p=clang Pick up MB_LEN_MAX as defined by the system , when it's provided there git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/limits.h b/lib/Headers/limits.h index e4909ab034..26275337d5 100644 --- a/lib/Headers/limits.h +++ b/lib/Headers/limits.h @@ -49,7 +49,6 @@ #undef LONG_MAX #undef ULONG_MAX -#undef MB_LEN_MAX #undef CHAR_BIT #undef CHAR_MIN #undef CHAR_MAX