summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2007-03-29 22:52:49 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-06 12:13:14 +0000
commitfe578d7fdd84ab0398dc36da7f84e59e1f2bb290 (patch)
tree1289059a6511c1835ad363674d2661b8bbd48e61 /regcomp.c
parent944c4fdaac207ce2839ee03a49666f3fe72b9802 (diff)
downloadperl-fe578d7fdd84ab0398dc36da7f84e59e1f2bb290.tar.gz
Re: Proposed changes and to regular expression interfaces in core
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com> p4raw-id: //depot/perl@30849
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index ae9efbf53a..2cf97ecc21 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -4836,6 +4836,12 @@ Perl_reg_numbered_buff_get(pTHX_ const REGEXP * const rx, I32 paren, SV* usesv)
return sv;
}
+SV*
+Perl_reg_qr_pkg(pTHX_ const REGEXP * const rx)
+{
+ PERL_UNUSED_ARG(rx);
+ return newSVpvs("Regexp");
+}
/* Scans the name of a named buffer from the pattern.
* If flags is REG_RSN_RETURN_NULL returns null.