summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2008-01-09 21:05:15 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-10 00:32:20 +0000
commit67d2d14de02de63c7c9137828ed7884f27d67b65 (patch)
tree1531ff19d3766c7fd0f6754091ae414321d84dd2 /perl.h
parent1db36481d13cc744ff50a6e79d19885d5071f098 (diff)
downloadperl-67d2d14de02de63c7c9137828ed7884f27d67b65.tar.gz
Move the reg_stringify logic to Perl_sv_2pv_flags
Message-ID: <86zlveaewk.fsf@cpan.org> with two corrections. Plus remove reg_stringify from embed.fnc and regen. p4raw-id: //depot/perl@32934
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 66cdf3e764..f813175f77 100644
--- a/perl.h
+++ b/perl.h
@@ -209,10 +209,6 @@
#define CALLREG_INTUIT_STRING(prog) \
CALL_FPTR(RX_ENGINE(prog)->checkstr)(aTHX_ (prog))
-#define CALLREG_AS_STR(mg,lp,flags,haseval) \
- Perl_reg_stringify(aTHX_ (mg), (lp), (flags), (haseval))
-#define CALLREG_STRINGIFY(mg,lp,flags) CALLREG_AS_STR(mg,lp,flags,0)
-
#define CALLREGFREE(prog) \
Perl_pregfree(aTHX_ (prog))