diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-26 17:47:31 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-04 16:13:25 -0600 |
commit | 51b56f5c7c7e109a2c53226c83c2d324801d4f9b (patch) | |
tree | 6fba1874921dc4fbec86d41614083856335c42cb /pp_sort.c | |
parent | 70b05c7cee1d4db8aa1fee6424603ecb21eac423 (diff) | |
download | perl-51b56f5c7c7e109a2c53226c83c2d324801d4f9b.tar.gz |
Reorganize perlapi
This uses a new organization of sections that I came up with. I asked
for comments on p5p, but there were none.
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -541,7 +541,7 @@ S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) } /* -=head1 SV Manipulation Functions +=for apidoc_section SV Handling =for apidoc sortsv_flags @@ -669,7 +669,6 @@ sortsv_cmp_locale_desc(pTHX_ gptr *base, size_t nmemb, U32 flags) #endif /* -=head1 Array Manipulation Functions =for apidoc sortsv |