Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporarily disable getting $!debug - it's the only place in the gene…
…rated code that breaks cursor encapsulation, thankfully.
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent 996bc6d commit f651f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAST/Compiler-Regex.pir
Expand Up @@ -127,7 +127,7 @@ Return the POST representation of the regex AST rooted by C<node>.
self.'!cursorop'(ops, '!cursor_caparray', 0, caparray :flat)
caparray_skip:

ops.'push_pirop'('getattribute', debug, cur, '"$!debug"')
#ops.'push_pirop'('getattribute', debug, cur, '"$!debug"')
ops.'push_pirop'('.lex', 'unicode:"$\x{a2}"', cur)
ops.'push_pirop'('.local pmc', 'match')
ops.'push_pirop'('.lex', '"$/"', 'match')
Expand Down

0 comments on commit f651f2d

Please sign in to comment.