summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-04 18:06:07 -0600
committerKarl Williamson <khw@cpan.org>2019-08-09 11:05:15 -0600
commit83f1d9e70c6253f2cdb53a82f300bf0ea19dd4f7 (patch)
treeb083962e08429d9a863a7653cefeac25a7b66d9d /pp_sort.c
parentd4f0435701972ff3e1da144284f6192c9b47ea71 (diff)
downloadperl-83f1d9e70c6253f2cdb53a82f300bf0ea19dd4f7.tar.gz
perlapi: sortsv_flags is an SV function
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 899b1138ec..0c5efb0869 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -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,