Ignore:
Timestamp:
Feb 12, 2010, 2:20:22 AM (15 years ago)
Author:
[email protected]
Message:

2010-02-12 Kwang Yul Seo <[email protected]>

Reviewed by Adam Barth.

Typedef both JSChar and UChar to wchar_t in RVCT.
https://bugs.webkit.org/show_bug.cgi?id=34560

Define both JSChar and UChar to wchar_t as the size
of wchar_t is 2 bytes in RVCT.

  • API/JSStringRef.h:
  • wtf/unicode/qt4/UnicodeQt4.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSStringRef.h

    r48711 r54717  
    3838#endif
    3939
    40 #if !defined(WIN32) && !defined(_WIN32) && !defined(__WINSCW__)
     40#if !defined(WIN32) && !defined(_WIN32) && !defined(__WINSCW__) \
     41    && !(defined(__CC_ARM) || defined(__ARMCC__)) /* RVCT */
    4142/*!
    4243@typedef JSChar
Note: See TracChangeset for help on using the changeset viewer.