aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-08 21:35:00 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-08 21:35:00 +0000
commita22848f4d905e3ddcb472aced1aeb14ceabfed7d (patch)
treeadeabd01dcb89aa0fa3a24bc3cbb9b8393fdad1c
parent88b172cd206aa94f8eab071787f4a7ec2442c407 (diff)
Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided there
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90879 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Headers/limits.h1
1 files changed, 0 insertions, 1 deletions
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