summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-04-27 05:02:43 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-04-27 14:48:46 +0000
commitde009b76d60bdeb88f1d812ac755ae225805a071 (patch)
treead2ebaa25f2c10be0dfb5cf258193ec6809a6490 /perl.c
parent6383bd231af7f2656c299fa25c460180b9bf54b4 (diff)
downloadperl-de009b76d60bdeb88f1d812ac755ae225805a071.tar.gz
perlio-two.patch: More warnings squashed, more consts
Message-ID: <20050427150243.GA21883@petdance.com> p4raw-id: //depot/perl@24338
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index ff87fd7838..dfd5f83355 100644
--- a/perl.c
+++ b/perl.c
@@ -1014,7 +1014,7 @@ perl_free(pTHXx)
#endif
static void __attribute__((destructor))
-perl_fini()
+perl_fini(void)
{
dVAR;
if (PL_curinterp)