adding compilation of if-else statements
This commit is contained in:
@@ -174,4 +174,9 @@ void BucketList_Copy(BucketList *blist, void *dest, int len)
|
||||
copied += copying;
|
||||
bucket = bucket->next;
|
||||
}
|
||||
}
|
||||
|
||||
BPAlloc *BucketList_GetAlloc(BucketList *blist)
|
||||
{
|
||||
return blist->alloc;
|
||||
}
|
||||
Reference in New Issue
Block a user