Mailing List Archive

CVS: python/dist/src/Objects obmalloc.c,2.15,2.16
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv10346/python/Objects

Modified Files:
obmalloc.c
Log Message:
Turns out the off_t macro isn't used anymore, so got rid of it.


Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -d -r2.15 -r2.16
*** obmalloc.c 30 Mar 2002 07:04:41 -0000 2.15
--- obmalloc.c 30 Mar 2002 07:07:24 -0000 2.16
***************
*** 223,229 ****
#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
--- 223,226 ----