Bug 16689 - pcre_exec.cpp's instructionPtrAtStartOfOnce needs a better name
Summary: pcre_exec.cpp's instructionPtrAtStartOfOnce needs a better name
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 15:15 PST by Darin Adler
Modified: 2011-06-15 00:12 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-12-31 15:15:47 PST
A while back, we renamed a local variable named "prev" in pcre_exec to "instructionPtrAtStartOfOnce". This isn't a very good name, because it was used for more than one opcode, and there is no OP_ONCE any more!
Comment 1 Gavin Barraclough 2011-06-15 00:12:25 PDT
PCRE is no more.