]> granicus.if.org Git - clang/commit
Add __WINT_MAX__.
authorEd Schouten <ed@nuxi.nl>
Tue, 5 Dec 2017 09:13:18 +0000 (09:13 +0000)
committerEd Schouten <ed@nuxi.nl>
Tue, 5 Dec 2017 09:13:18 +0000 (09:13 +0000)
commit148bf27107ea5444fdd3fc4d9e4b086e7b213665
tree5ea28056928fe7926a67fb7fea5b4055d13b0843
parent6b5f9b882eb64ae542db18f34be6df2c100286df
Add __WINT_MAX__.

This definition is similar to __WCHAR_MAX__, except that it applies to
wint_t. It's also documented as being supported by GCC 4.5 and later.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319746 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/init.c