]> granicus.if.org Git - clang/commit
Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
authorChandler Carruth <chandlerc@gmail.com>
Wed, 19 Feb 2014 23:38:18 +0000 (23:38 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 19 Feb 2014 23:38:18 +0000 (23:38 +0000)
commitcfbb0138bd919b5b8bb67dc470e1cbe23f8f3dc2
tree1707bc35169d260c6f2c879245e1297af69cdbb2
parent392b0bcc80abc88d917bb41342e540ed336d95fb
Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
for C99 is '199901L' and we shouldn't be comparing it with anything
else.

Neither of these should have had any impact in practice.

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