Ignore:
Timestamp:
May 25, 2007, 3:45:22 PM (18 years ago)
Author:
staikos
Message:

2007-05-25 George Staikos <[email protected]>

Reviewed by Maciej.

  • Use COMPILER(GCC), not PLATFORM(GCC) - as Platform.h defines
  • wtf/FastMalloc.h:
File:
1 edited

Legend:

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

    r20019 r21783  
    5252#endif
    5353
    54 #if PLATFORM(GCC) && PLATFORM(DARWIN)
     54#if COMPILER(GCC) && PLATFORM(DARWIN)
    5555#define WTF_PRIVATE_INLINE __private_extern__ inline __attribute__((always_inline))
    56 #elif PLATFORM(GCC)
     56#elif COMPILER(GCC)
    5757#define WTF_PRIVATE_INLINE inline __attribute__((always_inline))
    5858#else
Note: See TracChangeset for help on using the changeset viewer.