Changeset 57076 in webkit


Ignore:
Timestamp:
Apr 5, 2010 7:28:27 AM (14 years ago)
Author:
Laszlo Gombos
Message:

2010-04-05 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

Consolidate the definition of SKIP_STATIC_CONSTRUCTORS_ON_GCC

Instead of defining and undefining it later, let's not
define SKIP_STATIC_CONSTRUCTORS_ON_GCC for WINSCW.

No new tests as there is no new functionality.

  • config.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57074 r57076  
     12010-04-05  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Consolidate the definition of SKIP_STATIC_CONSTRUCTORS_ON_GCC
     6
     7        Instead of defining and undefining it later, let's not
     8        define SKIP_STATIC_CONSTRUCTORS_ON_GCC for WINSCW.
     9
     10        No new tests as there is no new functionality.
     11
     12        * config.h:
     13
    1142010-04-05  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    215
  • trunk/WebCore/config.h

    r57074 r57076  
    132132#if COMPILER(MSVC)
    133133#define SKIP_STATIC_CONSTRUCTORS_ON_MSVC 1
    134 #else
     134#elif !COMPILER(WINSCW)
    135135#define SKIP_STATIC_CONSTRUCTORS_ON_GCC 1
    136136#endif
     
    173173#undef WIN32
    174174#undef _WIN32
    175 #if COMPILER(WINSCW)
    176 #undef SKIP_STATIC_CONSTRUCTORS_ON_GCC
    177 #endif
    178175#define USE_SYSTEM_MALLOC 1
    179176#endif
Note: See TracChangeset for help on using the changeset viewer.