Changeset 27419 in webkit for trunk/JavaScriptCore/pcre/dftables.c
- Timestamp:
- Nov 3, 2007, 10:22:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/dftables.c
r26697 r27419 134 134 "/* This table identifies various classes of character by individual bits:\n" 135 135 " 0x%02x white space character\n" 136 " 0x%02x letter\n"137 136 " 0x%02x decimal digit\n" 138 137 " 0x%02x hexadecimal digit\n" 139 " 0x%02x alphanumeric or '_'\n" 140 " 0x%02x regular expression metacharacter or binary zero\n*/\n\n", 141 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word, 142 ctype_meta); 138 " 0x%02x alphanumeric or '_'\n*/\n\n", 139 ctype_space, ctype_digit, ctype_xdigit, ctype_word); 143 140 144 141 fprintf(f, " ");
Note:
See TracChangeset
for help on using the changeset viewer.