This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.
authorNicholas Clark <nick@ccl4.org>
Thu, 11 Nov 2010 10:55:27 +0000 (10:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Nov 2010 10:55:27 +0000 (10:55 +0000)
commite8c9c9d4ce82614b4d0361228e3acb9ed1d4ddf0
tree8cde39d8f8918770b0dff75b1dbfadbd0f7ed70c
parent31c72c81d58f35758d79ae5790bfaf21252bb22e
Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.

We can't move Perl_sv_cmp() and Perl_sv_cmp_locale() to mathoms.c, as they
are referenced by function pointer in pp_sort.c - pointers which require the
specific current calling signature.
embed.fnc
embed.h
sv.h