]> granicus.if.org Git - clang/commitdiff
Headers: wordsmith error message
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 17 Jun 2016 00:27:02 +0000 (00:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 17 Jun 2016 00:27:02 +0000 (00:27 +0000)
Use the marketing name for the MSVC release as pointed out by Nico Weber!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272979 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/inttypes.h

index 220057e48fca4cd3b1da8d30bd9d5319802e45f7..1d8eabab0f8e137fb3fc310b1f109ac742710bfd 100644 (file)
@@ -24,7 +24,7 @@
 #define __CLANG_INTTYPES_H
 
 #if defined(_MSC_VER) && _MSC_VER < 1800
-#error MSVC <= 11.0 does not have inttypes.h
+#error MSVC does not have inttypes.h prior to Visual Studio 2013
 #endif
 
 #include_next <inttypes.h>