Ignore:
Timestamp:
Jun 13, 2007, 7:48:12 PM (18 years ago)
Author:
staikos
Message:

Fix Mac OS X build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.h

    r23515 r23518  
    6262#ifndef _CRTDBG_MAP_ALLOC
    6363
    64 #if !(USE_SYSTEM_MALLOC)
     64#if !defined(USE_SYSTEM_MALLOC) || !(USE_SYSTEM_MALLOC)
    6565WTF_PRIVATE_INLINE void* operator new(size_t s) { return fastMalloc(s); }
    6666WTF_PRIVATE_INLINE void operator delete(void* p) { fastFree(p); }
Note: See TracChangeset for help on using the changeset viewer.