forked from OSchip/llvm-project
parent
8dacd3a985
commit
00c5b28923
|
@ -434,7 +434,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
|
|||
DefineBuiltinMacro(Buf, "__int8=char");
|
||||
DefineBuiltinMacro(Buf, "__int16=short");
|
||||
DefineBuiltinMacro(Buf, "__int32=int");
|
||||
DefineBuiltinMacro(Buf, "__int64=long");
|
||||
DefineBuiltinMacro(Buf, "__int64=long long");
|
||||
}
|
||||
// FIXME: Should emit a #line directive here.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue