]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Turns out the off_t macro isn't used anymore, so got rid of it.
authorTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 07:07:24 +0000 (07:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 07:07:24 +0000 (07:07 +0000)
Objects/obmalloc.c

index 49eaacd69fdb5f920fb8a7ed213cf364131ed61c..3c6ae574100f7e1d6f6e2577bea6666011833a78 100644 (file)
 #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