Define __SIG_ATOMIC_WIDTH__ for use in stdint.h.
llvm-svn: 89597
This commit is contained in:
@@ -401,6 +401,7 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
|
||||
DefineTypeWidth("__WCHAR_WIDTH__", TI.getWCharType(), TI, Buf);
|
||||
DefineType("__WINT_TYPE__", TI.getWIntType(), Buf);
|
||||
DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Buf);
|
||||
DefineTypeWidth("__SIG_ATOMIC_WIDTH__", TI.getSigAtomicType(), TI, Buf);
|
||||
|
||||
DefineFloatMacros(Buf, "FLT", &TI.getFloatFormat());
|
||||
DefineFloatMacros(Buf, "DBL", &TI.getDoubleFormat());
|
||||
|
||||
Reference in New Issue
Block a user