From 8d541570ac2ae33159fa619b136de923a25d1b04 Mon Sep 17 00:00:00 2001 From: jnthn Date: Sat, 8 Sep 2012 17:57:12 +0200 Subject: [PATCH] Fix some pir:: signatures. --- bin/perl6-debug.nqp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/perl6-debug.nqp b/bin/perl6-debug.nqp index 5b6d04a..738faf8 100644 --- a/bin/perl6-debug.nqp +++ b/bin/perl6-debug.nqp @@ -67,7 +67,7 @@ class Perl6::HookRegexActions is Perl6::RegexActions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('regex_atom')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_numeric_constant('Int', $/.from), $*W.add_numeric_constant('Int', $/.to) @@ -119,7 +119,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_simple')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_numeric_constant('Int', $/.from), $*W.add_numeric_constant('Int', $/.to) @@ -139,7 +139,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_cond')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_string_constant('if'), $*W.add_numeric_constant('Int', $from), @@ -160,7 +160,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_cond')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_string_constant(~$), $*W.add_numeric_constant('Int', $.from), @@ -189,7 +189,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_cond')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_string_constant(~$), $*W.add_numeric_constant('Int', $.from), @@ -210,7 +210,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_cond')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_string_constant('loop'), $*W.add_numeric_constant('Int', widen_expr_from($m[0])), @@ -266,7 +266,7 @@ class Perl6::HookActions is Perl6::Actions { QAST::Op.new( :op('call'), QAST::WVal.new( :value($*DEBUG_HOOKS.get_hook('statement_simple')) ), - $*W.add_string_constant(pir::find_caller_lex__ps('$?FILES') // ''), + $*W.add_string_constant(pir::find_caller_lex__Ps('$?FILES') // ''), ps_qast(), $*W.add_numeric_constant('Int', $/.from), $*W.add_numeric_constant('Int', $/.to)