commit | 6720492c394bb1f53e2298ec7f3e4d52aece945f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 21 04:59:34 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 21 04:59:34 2009 +0000 |
tree | b21c922cf1a40743942e271c6706e6baf5d1e4fc | |
parent | 8ed7bef4096ac58a9bbd534d13b93b15f73e94fb [diff] [blame] |
hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). llvm-svn: 84740
diff --git a/clang/lib/Basic/TargetInfo.cpp b/clang/lib/Basic/TargetInfo.cpp index 9cd1249..f9e789c 100644 --- a/clang/lib/Basic/TargetInfo.cpp +++ b/clang/lib/Basic/TargetInfo.cpp
@@ -43,6 +43,7 @@ UIntMaxType = UnsignedLongLong; IntPtrType = SignedLong; WCharType = SignedInt; + WIntType = SignedInt; Char16Type = UnsignedShort; Char32Type = UnsignedInt; Int64Type = SignedLongLong;