Changeset 14457 in webkit for trunk/JavaScriptCore/pcre/pcre_compile.c
- Timestamp:
- May 17, 2006, 9:15:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_compile.c
r12069 r14457 47 47 48 48 49 / / WARNING: These macros evaluate their parameters more than once.49 /* WARNING: These macros evaluate their parameters more than once. */ 50 50 #if PCRE_UTF16 51 51 #define CTYPES(cd, x) ((x) <= 255 ? (cd)->ctypes[(x)] : 0) … … 2929 2929 namelen = ptr - name - 1; 2930 2930 2931 / / FIXME: This won't work for UTF-16.2931 /* FIXME: This won't work for UTF-16. */ 2932 2932 for (i = 0; i < cd->names_found; i++) 2933 2933 {
Note:
See TracChangeset
for help on using the changeset viewer.