Ignore:
Timestamp:
May 17, 2006, 9:15:21 PM (19 years ago)
Author:
staikos
Message:

Reviewed by Maciej, Alexey, and Eric.

  • Use // in .c files to compile with non-C99 and non-GCC compilers.
  • Change include to <wtf/HashTraits.h> from "HashTraits.h" to avoid -I
  • Use correct parentheses and correct mask for utf-32 support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/pcre/pcre_get.c

    r14256 r14457  
    6666pcre_get_stringnumber(const pcre *code, const pcre_char *stringname)
    6767{
    68 // FIXME: This doesn't work for UTF-16 because the name table has 8-bit characters in it!
     68/* FIXME: This doesn't work for UTF-16 because the name table has 8-bit characters in it! */
    6969#if !PCRE_UTF16
    7070int rc;
Note: See TracChangeset for help on using the changeset viewer.