Kaydet (Commit) df4d1377 authored tarafından Tim Peters's avatar Tim Peters

Turns out the off_t macro isn't used anymore, so got rid of it.

üst 3c83df20
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment