diff options
author | Andy Lester <andy@petdance.com> | 2006-06-12 03:59:34 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-12 14:12:18 +0000 |
commit | fe2ae5081bc2e29bed890e921179e594deb788ec (patch) | |
tree | e94131081f65b241fa47638a3af5e8cdbf13cc33 /proto.h | |
parent | d1ef75db26a53db337bba97d4d09e1f6e1468cbe (diff) | |
download | perl-fe2ae5081bc2e29bed890e921179e594deb788ec.tar.gz |
Static cleanup in pp_sort.c
Message-ID: <20060612135934.GA2202@petdance.com>
p4raw-id: //depot/perl@28385
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3488,6 +3488,10 @@ STATIC I32 S_sortcv_stacked(pTHX_ SV *a, SV *b) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); +STATIC void S_qsortsvu(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t compare) + __attribute__nonnull__(pTHX_1) + __attribute__nonnull__(pTHX_3); + #endif #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) |