[Zodb-checkins] CVS: Zope/lib/python/BTrees - sorters.c:1.4

Tim Peters tim.one@comcast.net
Wed, 12 Jun 2002 00:17:49 -0400


Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv24561

Modified Files:
	sorters.c 
Log Message:
Remove the dicey #include of <malloc.h>.  It apparently isn't present
on Mac OS Roman Numeral <wink>.  The prototypes sorters.c needs here
should be supplied by <stdlib.h> anyway, which is also being included.


=== Zope/lib/python/BTrees/sorters.c 1.3 => 1.4 ===
 #include <stdlib.h>
 #include <stddef.h>
-#include <malloc.h>
 #include <memory.h>
 #include <string.h>
 #include <assert.h>