Changeset 43384 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
May 7, 2009, 8:04:03 PM (16 years ago)
Author:
[email protected]
Message:

2009-05-07 Gustavo Noronha Silva <Gustavo Noronha Silva>

Suggested by Oliver Hunt.

Also check for Linux for the special-cased calling convention.

  • jit/JIT.cpp: (JSC::JIT::privateCompileCTIMachineTrampolines):
  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r43377 r43384  
    6464#endif
    6565
     66/* PLATFORM(LINUX) */
     67/* Operating system level dependencies for Linux-like systems that */
     68/* should be used regardless of operating environment */
     69#ifdef __linux__
     70#define WTF_PLATFORM_LINUX 1
     71#endif
     72
    6673/* PLATFORM(FREEBSD) */
    6774/* Operating system level dependencies for FreeBSD-like systems that */
Note: See TracChangeset for help on using the changeset viewer.