Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses

__INTPTR_WIDTH__ instead.

llvm-svn: 89340
This commit is contained in:
Ken Dyck
2009-11-19 12:15:31 +00:00
parent ba993b8add
commit cc11129fda
2 changed files with 0 additions and 12 deletions

View File

@@ -390,7 +390,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Buf);
DefineType("__PTRDIFF_TYPE__", TI.getPtrDiffType(0), Buf);
DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Buf);
DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Buf);
DefineType("__SIZE_TYPE__", TI.getSizeType(), Buf);
DefineType("__WCHAR_TYPE__", TI.getWCharType(), Buf);