Changeset 37446 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Oct 9, 2008, 7:26:27 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-10-09 Ariya Hidayat <[email protected]>

Reviewed by Simon.

Build fix for MinGW.

  • wtf/AlwaysInline.h:
File:
1 edited

Legend:

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

    r34499 r37446  
    2222
    2323#ifndef ALWAYS_INLINE
    24 #if COMPILER(GCC) && defined(NDEBUG)
     24#if COMPILER(GCC) && defined(NDEBUG) && !COMPILER(MINGW)
    2525#define ALWAYS_INLINE inline __attribute__ ((__always_inline__))
    2626#elif COMPILER(MSVC) && defined(NDEBUG)
Note: See TracChangeset for help on using the changeset viewer.