This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
e8c9c9d
)
Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 11 Nov 2010 10:55:27 +0000
(10:55 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 11 Nov 2010 10:55:27 +0000
(10:55 +0000)
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.
No differences found