mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix minor typo in prep_cif.c
This commit is contained in:
parent
485dbd105f
commit
f5bc414334
1 changed files with 1 additions and 1 deletions
|
@ -114,8 +114,8 @@ static inline int struct_on_stack(int size)
|
|||
/* This is not what the ABI says, but is what is really implemented */
|
||||
switch (size) {
|
||||
case 1: case 2: case 4: case 8: return 0;
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue