Skip to content

Commit de009b7

Browse files
petdancergs
authored andcommitted
perlio-two.patch: More warnings squashed, more consts
Message-ID: <[email protected]> p4raw-id: //depot/perl@24338
1 parent 6383bd2 commit de009b7

File tree

4 files changed

+237
-156
lines changed

4 files changed

+237
-156
lines changed

perl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ perl_free(pTHXx)
10141014
#endif
10151015

10161016
static void __attribute__((destructor))
1017-
perl_fini()
1017+
perl_fini(void)
10181018
{
10191019
dVAR;
10201020
if (PL_curinterp)

0 commit comments

Comments
 (0)