commit | df4d1377ed103f157a5ba36601ddd03624d2223d | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 07:07:24 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 07:07:24 2002 +0000 |
tree | 6194bf28b966acc7edb7b440cf0da563c77f1fd2 | |
parent | 3c83df2047b865dde2b400fee2dea336dbbaf99d [diff] |
Turns out the off_t macro isn't used anymore, so got rid of it.
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 49eaacd..3c6ae57 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c
@@ -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