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


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:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.