Changeset 48747 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 24, 2009, 11:26:18 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48744 r48747 1 2009-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 1 10 2009-09-24 Oliver Hunt <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r48733 r48747 419 419 #define HAVE_READLINE 1 420 420 #define HAVE_RUNLOOP_TIMER 1 421 #endif / / PLATFORM(MAC) && !PLATFORM(IPHONE)421 #endif /* PLATFORM(MAC) && !PLATFORM(IPHONE) */ 422 422 423 423 #if PLATFORM(CHROMIUM) && PLATFORM(DARWIN)
Note:
See TracChangeset
for help on using the changeset viewer.