Changeset 60595 in webkit for trunk/JavaScriptCore/pcre
- Timestamp:
- Jun 2, 2010, 8:15:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.cpp
r57226 r60595 428 428 429 429 // FIXME: "minimize" means "not greedy", we should invert the callers to ask for "greedy" to be less confusing 430 static inline void repeatInformationFromInstructionOffset( short instructionOffset, bool& minimize, int& minimumRepeats, int& maximumRepeats)430 static inline void repeatInformationFromInstructionOffset(int instructionOffset, bool& minimize, int& minimumRepeats, int& maximumRepeats) 431 431 { 432 432 // Instruction offsets are based off of OP_CRSTAR, OP_STAR, OP_TYPESTAR, OP_NOTSTAR
Note:
See TracChangeset
for help on using the changeset viewer.