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/pcre/pcre_internal.h

    r16163 r16177  
    4242#include "Assertions.h"
    4343
    44 // Added to prevent 64-to-32 shortening warnings when compiling for 64-bit
    45 // <rdar://problem/4712064> PCRE generates many warnings with -Wshorten-64-to-32
     44/* Added to prevent 64-to-32 shortening warnings when compiling for 64-bit
     45  <rdar://problem/4712064> PCRE generates many warnings with -Wshorten-64-to-32 */
    4646#if defined(__GNUC__) && defined(__LP64__)
    4747#define INT_CAST(i) (int)(i); ASSERT((i) <= INT_MAX)
Note: See TracChangeset for help on using the changeset viewer.