Changeset 48747 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 24, 2009, 11:26:18 PM (16 years ago)
Author:
[email protected]
Message:

2009-09-24 Xan Lopez <[email protected]>

Reviewed by Mark "Do It!" Rowe.

Some GCC versions don't like C++-style comments in preprocessor
directives, change to C-style to shut them up.

  • wtf/Platform.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r48744 r48747  
     12009-09-24  Xan Lopez  <[email protected]>
     2
     3        Reviewed by Mark "Do It!" Rowe.
     4
     5        Some GCC versions don't like C++-style comments in preprocessor
     6        directives, change to C-style to shut them up.
     7
     8        * wtf/Platform.h:
     9
    1102009-09-24  Oliver Hunt  <[email protected]>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r48733 r48747  
    419419#define HAVE_READLINE 1
    420420#define HAVE_RUNLOOP_TIMER 1
    421 #endif // PLATFORM(MAC) && !PLATFORM(IPHONE)
     421#endif /* PLATFORM(MAC) && !PLATFORM(IPHONE) */
    422422
    423423#if PLATFORM(CHROMIUM) && PLATFORM(DARWIN)
Note: See TracChangeset for help on using the changeset viewer.