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 remove some $!debug attribute accesses in the built-ins s…
…o they can stay shared between 6model and old nqp-rx during the switch.
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent 2dcffea commit 661c631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Regex/Cursor-builtins.pir
Expand Up @@ -66,7 +66,7 @@ Regex::Cursor-builtins - builtin regexes for Cursor objects
.local string tgt
(cur, pos, tgt) = self.'!cursor_start'()
.local pmc debug
debug = getattribute cur, '$!debug'
#debug = getattribute cur, '$!debug'
if null debug goto debug_1
cur.'!cursor_debug'('START', 'ww')
debug_1:
Expand Down Expand Up @@ -120,7 +120,7 @@ Regex::Cursor-builtins - builtin regexes for Cursor objects
.local string tgt
(cur, pos, tgt) = self.'!cursor_start'()
.local pmc debug
debug = getattribute cur, '$!debug'
#debug = getattribute cur, '$!debug'
if null debug goto debug_1
cur.'!cursor_debug'('START', name)
debug_1:
Expand All @@ -145,7 +145,7 @@ Regex::Cursor-builtins - builtin regexes for Cursor objects
.local string tgt
(cur, pos, tgt) = self.'!cursor_start'()
.local pmc debug
debug = getattribute cur, '$!debug'
#debug = getattribute cur, '$!debug'
if null debug goto debug_1
cur.'!cursor_debug'('START', 'alpha')
debug_1:
Expand Down

0 comments on commit 661c631

Please sign in to comment.