summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-28 07:24:25 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-29 08:20:36 +0000
commit1146e912246ab46f43c0d3339f2b5af9a23a2e49 (patch)
tree016c8dd93ca4da208932705ca826f7d38e4325fa /mg.c
parent9720224e630cf4b56c09f47430f97710dce6c06e (diff)
downloadperl-1146e912246ab46f43c0d3339f2b5af9a23a2e49.tar.gz
[PATCH] gv.c consting
Date: Sun, 28 May 2006 12:24:25 -0500 Message-ID: <20060528172425.GA8291@petdance.com> Subject: [PATCH] mg.c consting From: andy@petdance.com (Andy Lester) Date: Sun, 28 May 2006 11:34:33 -0500 Message-ID: <20060528163433.GA5518@petdance.com> p4raw-id: //depot/perl@28323
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 3e8ca7cd4a..041a09e01c 100644
--- a/mg.c
+++ b/mg.c
@@ -1662,7 +1662,7 @@ Perl_magic_nextpack(pTHX_ SV *sv, MAGIC *mg, SV *key)
}
int
-Perl_magic_existspack(pTHX_ SV *sv, MAGIC *mg)
+Perl_magic_existspack(pTHX_ SV *sv, const MAGIC *mg)
{
return magic_methpack(sv,mg,"EXISTS");
}