From 83f1d9e70c6253f2cdb53a82f300bf0ea19dd4f7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 4 Aug 2019 18:06:07 -0600 Subject: perlapi: sortsv_flags is an SV function --- pp_sort.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pp_sort.c') 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, -- cgit v1.2.1