diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2008-01-09 21:05:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-10 00:32:20 +0000 |
commit | 67d2d14de02de63c7c9137828ed7884f27d67b65 (patch) | |
tree | 1531ff19d3766c7fd0f6754091ae414321d84dd2 /perl.h | |
parent | 1db36481d13cc744ff50a6e79d19885d5071f098 (diff) | |
download | perl-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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)) |