diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-09-24 20:31:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-24 20:31:28 -0700 |
commit | 078504b2d0c069e5cefbe4670341aa18838d452d (patch) | |
tree | 82ea75dc3a93df1feb46a1a1b97a774ab28f6b20 /global.sym | |
parent | 582ac935ddba404ce00c7eda1a75e8a2c0412eee (diff) | |
download | perl-078504b2d0c069e5cefbe4670341aa18838d452d.tar.gz |
[perl #76814] FETCH called twice - string comparison ops
This patch changes sv_eq, sv_cmp, sv_cmp_locale and sv_collxfrm
to _flags forms, with macros under the old names for sv_eq and
sv_collxfrm, but functions for sv_cmp* since pp_sort.c needs them.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/global.sym b/global.sym index db75a27ef1..22b358ddca 100644 --- a/global.sym +++ b/global.sym @@ -559,8 +559,10 @@ Perl_sv_catsv Perl_sv_chop Perl_sv_clear Perl_sv_cmp +Perl_sv_cmp_flags Perl_sv_cmp_locale -Perl_sv_collxfrm +Perl_sv_cmp_locale_flags +Perl_sv_collxfrm_flags Perl_sv_compile_2op Perl_getcwd_sv Perl_sv_dec @@ -568,7 +570,7 @@ Perl_sv_dec_nomg Perl_sv_dump Perl_sv_derived_from Perl_sv_does -Perl_sv_eq +Perl_sv_eq_flags Perl_sv_free Perl_sv_free2 Perl_sv_gets |