[Zope-Checkins] CVS: Zope3/lib/python/Persistence/BTrees - sorters.c:1.3

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


Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv25663

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.


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