summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-10 21:28:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-10 21:28:29 +0000
commit6cc33c6d77abfd9993cee9ddfc4035317a22cfb4 (patch)
tree13446f1debc903e08167f17025114456b424b070 /pp_ctl.c
parent005a453cfb613e5ffe5868c1301958751100cbdf (diff)
downloadperl-6cc33c6d77abfd9993cee9ddfc4035317a22cfb4.tar.gz
misc tweaks to docs and qsortsv() warning
p4raw-id: //depot/perl@1405
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 9cf422fbad..88ec2131a4 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3183,7 +3183,7 @@ doqsort_all_asserts(
/* ****************************************************************** qsort */
-void
+STATIC void
#ifdef PERL_OBJECT
qsortsv(SV ** array, size_t num_elts, SVCOMPARE compare)
#else