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 /global.sym | |
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 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 021d86b1ef..1d7bf879ab 100644 --- a/global.sym +++ b/global.sym @@ -402,7 +402,6 @@ Perl_pregfree Perl_pregfree2 Perl_reg_temp_copy Perl_regfree_internal -Perl_reg_stringify Perl_regdupe_internal Perl_pregcomp Perl_re_compile |