Making a few changes to allow this to be built under Neutrino.

r=Warren


git-svn-id: svn://10.0.0.236/trunk@53228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
1999-11-11 20:40:44 +00:00
parent ffe45c60a3
commit e87a4df2d5
4 changed files with 30 additions and 2 deletions

View File

@@ -13,6 +13,11 @@
#include <malloc.h>
#include "dict.h"
#ifdef __QNXNTO__
/* Need definition of NULL */
#include <stdio.h>
#endif
MallocDict::MallocDict(int nb)
{
numBuckets = nb;