Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable cursor type caching for now
  • Loading branch information
FROGGS committed Jun 5, 2014
1 parent 6cc7d6e commit 0820d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/moar/QAST/QASTRegexCompilerMAST.nqp
Expand Up @@ -114,7 +114,7 @@ class QAST::MASTRegexCompiler {
call($method, [ $Arg::obj ], :result($cur), $self )
];

my int $has_cursor_type := $node.has_cursor_type();
my int $has_cursor_type := 0; #$node.has_cursor_type();
my $*cursor_type;
if $has_cursor_type {
$*cursor_type := $node.cursor_type();
Expand Down

0 comments on commit 0820d91

Please sign in to comment.