diff options
author | Karl Williamson <khw@cpan.org> | 2019-08-04 18:06:07 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-08-09 11:05:15 -0600 |
commit | 83f1d9e70c6253f2cdb53a82f300bf0ea19dd4f7 (patch) | |
tree | b083962e08429d9a863a7653cefeac25a7b66d9d /pp_sort.c | |
parent | d4f0435701972ff3e1da144284f6192c9b47ea71 (diff) | |
download | perl-83f1d9e70c6253f2cdb53a82f300bf0ea19dd4f7.tar.gz |
perlapi: sortsv_flags is an SV function
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -346,6 +346,8 @@ cmp_desc(pTHX_ gptr const a, gptr const b) } /* +=head1 SV Manipulation Functions + =for apidoc sortsv_flags In-place sort an array of SV pointers with the given comparison routine, |