Changeset 41252 in webkit for trunk/JavaScriptCore/pcre
- Timestamp:
- Feb 26, 2009, 9:08:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.cpp
r40404 r41252 448 448 bool minimize = false; /* Initialization not really needed, but some compilers think so. */ 449 449 unsigned remainingMatchCount = matchLimit; 450 int othercase; /* Declare here to avoid errors during jumps */ 450 451 451 452 MatchStack stack; … … 1187 1188 1188 1189 if (stack.currentFrame->locals.fc <= 0xFFFF) { 1189 intothercase = md.ignoreCase ? jsc_pcre_ucp_othercase(stack.currentFrame->locals.fc) : -1;1190 othercase = md.ignoreCase ? jsc_pcre_ucp_othercase(stack.currentFrame->locals.fc) : -1; 1190 1191 1191 1192 for (int i = 1; i <= min; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.