Attempt to fix Sun WorkShop bustage. b=146532

This commit is contained in:
dbaron%fas.harvard.edu 2002-07-02 03:43:33 +00:00
Родитель 5c617a433e
Коммит 32fd92c082
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -274,7 +274,7 @@ nsRecyclingAllocator::FreeUnusedBuckets()
#endif
}
inline nsRecyclingAllocator::Block*
nsRecyclingAllocator::Block*
nsRecyclingAllocator::FindFreeBlock(PRUint32 bytes)
{
// We dont enter lock for this check. This is intentional.
@ -329,7 +329,7 @@ nsRecyclingAllocator::FindFreeBlock(PRUint32 bytes)
return block;
}
inline PRInt32
PRInt32
nsRecyclingAllocator::AddToFreeList(Block* block)
{
// Make sure we arent keeping more than mMaxBlocks