Ignore:
Timestamp:
Jan 30, 2009, 7:17:35 AM (16 years ago)
Author:
Simon Hausmann
Message:

2009-01-30 Laszlo Gombos <Laszlo Gombos>

Reviewed by Simon Hausmann.

Bug 23580: GNU mode RVCT compilation support
<https://bugs.webkit.org/show_bug.cgi?id=23580>

File:
1 edited

Legend:

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

    r40169 r40404  
    35723572#if defined(__GLIBC__)
    35733573extern "C" {
    3574 # if defined(__GNUC__) && !defined(__MACH__) && defined(HAVE___ATTRIBUTE__)
     3574#if COMPILER(GCC) && !defined(__MACH__) && defined(HAVE___ATTRIBUTE__)
    35753575  // Potentially faster variants that use the gcc alias extension.
    35763576  // Mach-O (Darwin) does not support weak aliases, hence the __MACH__ check.
Note: See TracChangeset for help on using the changeset viewer.