Changeset 69753 in webkit


Ignore:
Timestamp:
Oct 14, 2010 2:13:10 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-14 Anton Faern <anton@bladehawke.com>

Reviewed by Csaba Osztrogonác.

https://bugs.webkit.org/show_bug.cgi?id=47658
NetBSD was not included in the WTF_PLATFORM_FOO to WTF_OS_FOO
change. This means that OS(NETBSD) is also undefined.

  • wtf/Platform.h: s/_PLATFORM_/_OS_/ for NetBSD
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r69743 r69753  
     12010-10-14  Anton Faern  <anton@bladehawke.com>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=47658
     6        NetBSD was not included in the WTF_PLATFORM_FOO to WTF_OS_FOO
     7        change.  This means that OS(NETBSD) is also undefined.
     8
     9        * wtf/Platform.h: s/_PLATFORM_/_OS_/ for NetBSD
     10
    1112010-10-13  David Goodwin  <david_goodwin@apple.com>
    212
  • trunk/JavaScriptCore/wtf/Platform.h

    r69723 r69753  
    399399/* OS(NETBSD) - NetBSD */
    400400#if defined(__NetBSD__)
    401 #define WTF_PLATFORM_NETBSD 1
     401#define WTF_OS_NETBSD 1
    402402#endif
    403403
Note: See TracChangeset for help on using the changeset viewer.