Changeset 58307 in webkit for trunk/JavaScriptCore/config.h


Ignore:
Timestamp:
Apr 27, 2010, 6:56:19 AM (15 years ago)
Author:
[email protected]
Message:

Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER)

Reviewed by Simon Hausmann.

  • config.h:

(JSC::Structure::transitionTableAdd):

  • wtf/Assertions.h:
  • wtf/Atomics.h:
  • wtf/CurrentTime.h:

(WTF::getLocalTime):

  • wtf/Platform.h:
  • wtf/StaticConstructors.h:
  • wtf/StringExtras.h:
  • wtf/Vector.h:

(WTF::::append):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/config.h

    r57904 r58307  
    4545#define min min
    4646
    47 #if !COMPILER(MSVC7) && !OS(WINCE)
     47#if !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE)
    4848// We need to define this before the first #include of stdlib.h or it won't contain rand_s.
    4949#ifndef _CRT_RAND_S
Note: See TracChangeset for help on using the changeset viewer.