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


Ignore:
Timestamp:
Jul 9, 2009, 12:11:41 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-09 Laszlo Gombos <Laszlo Gombos>

Reviewed by Darin Adler.

Guard singal.h dependency with HAVE(SIGNAL_H) to enable building jsc
on SYMBIAN.

https://bugs.webkit.org/show_bug.cgi?id=27026

Based on Norbert Leser's work.

  • jsc.cpp: (printUsageStatement): (parseArguments):
  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r45609 r45667  
    402402#endif /* !defined(HAVE_ACCESSIBILITY) */
    403403
     404#if PLATFORM(UNIX) && !PLATFORM(SYMBIAN)
     405#define HAVE_SIGNAL_H 1
     406#endif
     407
    404408#if PLATFORM(DARWIN)
    405409
Note: See TracChangeset for help on using the changeset viewer.