Skip to content

Commit

Permalink
Fix subrule-induced backtracking under :ratchet
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Oct 24, 2010
1 parent 8fe1193 commit 1e0277e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RxOp.pm
Expand Up @@ -607,6 +607,7 @@ use CgOp;
push @code, CgOp::letn(
"kv", CgOp::get_first($callf),
"k", CgOp::fetch(CgOp::letvar("kv")),
$backf,
$updatef);
} else {
push @code, CgOp::rxcall("SetCursorList", CgOp::promote_to_list($callf));
Expand Down

0 comments on commit 1e0277e

Please sign in to comment.