Changeset 52744 in webkit


Ignore:
Timestamp:
Jan 4, 2010 9:29:24 AM (14 years ago)
Author:
Adam Roben
Message:

2010-01-04 Adam Roben <Adam Roben>

No review, rolling out r52741.
http://trac.webkit.org/changeset/52741
https://bugs.webkit.org/show_bug.cgi?id=33056

  • wtf/AlwaysInline.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r52743 r52744  
     12010-01-04  Adam Roben  <aroben@apple.com>
     2
     3        No review, rolling out r52741.
     4        http://trac.webkit.org/changeset/52741
     5        https://bugs.webkit.org/show_bug.cgi?id=33056
     6
     7        * wtf/AlwaysInline.h:
     8
    192010-01-04  Patrick Gansterer  <paroga@paroga.com>
    210
  • trunk/JavaScriptCore/wtf/AlwaysInline.h

    r52741 r52744  
    5858#if COMPILER(GCC)
    5959#define NO_RETURN __attribute((__noreturn__))
    60 #elif COMPILER(MSVC)
    61 #define NO_RETURN __declspec(noreturn)
    6260#else
    6361#define NO_RETURN
Note: See TracChangeset for help on using the changeset viewer.