Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no

longer used by stdint.h.

llvm-svn: 89230
This commit is contained in:
Ken Dyck
2009-11-18 19:51:06 +00:00
parent f2ce9a217d
commit fa01168a5c
2 changed files with 0 additions and 24 deletions

View File

@@ -388,8 +388,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
DefineTypeSize("__WCHAR_MAX__", TI.getWCharType(), TI, Buf);
DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Buf);
DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Buf);
DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Buf);
DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Buf);
DefineType("__PTRDIFF_TYPE__", TI.getPtrDiffType(0), Buf);
DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Buf);