Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
if the bstack is null, empty the cstack.
  • Loading branch information
timo committed Aug 5, 2013
1 parent b8b4e53 commit 6b2cba8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/QRegex/Cursor.nqp
Expand Up @@ -69,7 +69,10 @@ role NQPCursorRole is export {
}
$csi++;
}
}
}
if nqp::isnull($!bstack) {
$!cstack := NQPMu;
}
$caps;
}

Expand Down

0 comments on commit 6b2cba8

Please sign in to comment.