mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Turns out the off_t macro isn't used anymore, so got rid of it.
This commit is contained in:
parent
3c83df2047
commit
df4d1377ed
1 changed files with 0 additions and 3 deletions
|
@ -222,9 +222,6 @@
|
|||
#undef ulong
|
||||
#define ulong unsigned long /* assuming >= 32 bits */
|
||||
|
||||
#undef off_t
|
||||
#define off_t uint /* 16 bits <= off_t <= 64 bits */
|
||||
|
||||
#undef uptr
|
||||
#define uptr Py_uintptr_t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue