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


Ignore:
Timestamp:
Sep 1, 2006, 1:05:39 PM (19 years ago)
Author:
ap
Message:

2006-09-01 Nikolas Zimmermann <[email protected]>

Reviewed and landed by ap.

Fix build on Linux (C89 without gcc extensions enabled).

  • pcre/pcre_internal.h: Use C style comments.
  • wtf/Assertions.h: Use C style comments.
  • wtf/Platform.h: Use C style comments.
File:
1 edited

Legend:

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

    r16115 r16177  
    167167/* for Unicode, KDE uses Qt, everything else uses ICU */
    168168#if PLATFORM(KDE)
    169 // FIXME: Not using Qt4 unicode for now!
     169/* FIXME: Not using Qt4 unicode for now! */
    170170#define KXMLCORE_USE_ICU_UNICODE 1
    171171#else
Note: See TracChangeset for help on using the changeset viewer.