Skip to content

Commit df4d137

Browse files
committed
Turns out the off_t macro isn't used anymore, so got rid of it.
1 parent 3c83df2 commit df4d137

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Objects/obmalloc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@
222222
#undef ulong
223223
#define ulong unsigned long /* assuming >= 32 bits */
224224

225-
#undef off_t
226-
#define off_t uint /* 16 bits <= off_t <= 64 bits */
227-
228225
#undef uptr
229226
#define uptr Py_uintptr_t
230227

0 commit comments

Comments
 (0)