X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a73d8813ef7582a7040306de412d61e841271675..c8321e06185aa02d661de31e6bb8bf811e513fab:/pp_sort.c diff --git a/pp_sort.c b/pp_sort.c index 13bcf9f..c91aab0 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -1476,7 +1476,7 @@ PP(pp_sort) AV* av = NULL; GV *gv; CV *cv = NULL; - I32 gimme = GIMME_V; + U8 gimme = GIMME_V; OP* const nextop = PL_op->op_next; I32 overloading = 0; bool hasargs = FALSE;