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:
parent
e320144878
commit
5ebbaccf7b
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user