mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix a PY_LONG_LONG straggler
This commit is contained in:
parent
beb0f1d425
commit
c235af47f1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ union value {
|
|||
long l;
|
||||
float f;
|
||||
double d;
|
||||
PY_LONG_LONG ll;
|
||||
long long ll;
|
||||
long double D;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue