mirror of https://github.com/python/cpython
fix a PY_LONG_LONG straggler
This commit is contained in:
parent
beb0f1d425
commit
c235af47f1
|
@ -31,7 +31,7 @@ union value {
|
||||||
long l;
|
long l;
|
||||||
float f;
|
float f;
|
||||||
double d;
|
double d;
|
||||||
PY_LONG_LONG ll;
|
long long ll;
|
||||||
long double D;
|
long double D;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue