mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Unbreak the build. Fallout from r170019.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -552,7 +552,7 @@ namespace yaml {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static StringRef input(StringRef scalar, void *, MyNumber &value) {
|
static StringRef input(StringRef scalar, void *, MyNumber &value) {
|
||||||
int64_t n;
|
long long n;
|
||||||
if ( getAsSignedInteger(scalar, 0, n) )
|
if ( getAsSignedInteger(scalar, 0, n) )
|
||||||
return "invalid number";
|
return "invalid number";
|
||||||
value = n;
|
value = n;
|
||||||
|
Reference in New Issue
Block a user