]> granicus.if.org Git - clang/commit
Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99
authorEric Christopher <echristo@apple.com>
Thu, 8 Sep 2011 23:25:25 +0000 (23:25 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 8 Sep 2011 23:25:25 +0000 (23:25 +0000)
commite02e5e2b055dbb3c18229b5cf6b831270c51dd4c
tree173b22c64481cadab648c0452d9af12149e674ea
parent179b920a8bca0811cf4ae32910925c3f98cca4cc
Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99
these should be in stdint.h - and they already are.

Fixes rdar://10097036.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139332 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/limits.h
test/Headers/wchar_limits.cpp