Changeset 17372 in webkit for trunk/JavaScriptCore/pcre/pcre_compile.c
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_compile.c
r16155 r17372 1517 1517 get_othercase_range(int *cptr, int d, int *ocptr, int *odptr) 1518 1518 { 1519 int c, chartype, othercase , next;1519 int c, chartype, othercase = 0, next; 1520 1520 1521 1521 for (c = *cptr; c <= d; c++)
Note:
See TracChangeset
for help on using the changeset viewer.