Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-03-03 19:43:25 +00:00
parent b37766bcfb
commit 6aa057e1d8
16 changed files with 920 additions and 983 deletions

View file

@ -415,7 +415,7 @@ o_array_alloc_with_zone(NSZone *zone)
o_array_t *
o_array_alloc(void)
{
return o_array_alloc_with_zone(0);
return o_array_alloc_with_zone(NSDefaultMallocZone());
}
o_array_t *