regexec.c: Use FLAGS field instead of OP for BOUND node
authorKarl Williamson <public@khwilliamson.com>
Tue, 28 Dec 2010 16:52:02 +0000 (09:52 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 17 Jan 2011 02:13:24 +0000 (19:13 -0700)
commit5a40b8c2d3295bf24085fb7528058dcb2d18d996
tree44718e9173ea9fd6f78c9b7259d757d1eafbcc39
parent6d816fb80d2076797e96806cab8abe80afb883a1
regexec.c: Use FLAGS field instead of OP for BOUND node

This makes the equivalent code in BOUND and NBOUND identical so can
factor out, and makes optimization easier, as the FLAGS field is already
required in the vicinity.
regexec.c