Changeset 31048 in webkit for trunk/JavaScriptCore/pcre
- Timestamp:
- Mar 13, 2008, 8:43:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.cpp
r29121 r31048 2025 2025 if (returnCode != 1) { 2026 2026 ASSERT(returnCode == JSRegExpErrorHitLimit || returnCode == JSRegExpErrorNoMemory); 2027 DPRINTF((">>>> error: returning %d\n", r c));2027 DPRINTF((">>>> error: returning %d\n", returnCode)); 2028 2028 return returnCode; 2029 2029 } … … 2053 2053 } 2054 2054 2055 DPRINTF((">>>> returning %d\n", r c));2055 DPRINTF((">>>> returning %d\n", returnCode)); 2056 2056 return returnCode; 2057 2057 } while (startMatch <= endSubject);
Note:
See TracChangeset
for help on using the changeset viewer.