fixing tree bustage due to #ifdef NSPR20 and missing prmacos.h.

This should be looked at again.  -donm


git-svn-id: svn://10.0.0.236/trunk@17173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
donm%netscape.com 1999-01-05 18:08:23 +00:00
parent e320144878
commit 5ebbaccf7b
2 changed files with 0 additions and 8 deletions

View File

@ -101,11 +101,7 @@ nsMalloc::DidAlloc(void* ptr)
// For the definition of CallCacheFlushers()
#ifdef XP_MAC
# ifndef NSPR20
# include "prmacos.h"
# else
# include "MacMemAllocator.h"
# endif
#endif
NS_METHOD_(void)

View File

@ -101,11 +101,7 @@ nsMalloc::DidAlloc(void* ptr)
// For the definition of CallCacheFlushers()
#ifdef XP_MAC
# ifndef NSPR20
# include "prmacos.h"
# else
# include "MacMemAllocator.h"
# endif
#endif
NS_METHOD_(void)