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


Ignore:
Timestamp:
Nov 8, 2010, 9:30:41 AM (15 years ago)
Author:
Martin Robinson
Message:

2010-11-08 Martin Robinson <[email protected]>

Reviewed by Xan Lopez.

=webkitgtk-1.2.5: parallel build fails with libtool: link: cannot find the library libwebkit-1.0.la' or unhandled argument libwebkit-1.0.la'

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

r59042 introduced a C++-style comment in Platform.h, which is often
included in C source files. Change it to a C-style comment.

  • wtf/Platform.h: Fix the C++-style comment.
File:
1 edited

Legend:

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

    r71311 r71535  
    815815
    816816#if PLATFORM(QT)
    817 // We must not customize the global operator new and delete for the Qt port.
     817/* We must not customize the global operator new and delete for the Qt port. */
    818818#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
    819819#endif
Note: See TracChangeset for help on using the changeset viewer.