summaryrefslogtreecommitdiff
path: root/gv.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 /gv.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 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index c9861e9111..7d49b8398e 100644
--- a/gv.c
+++ b/gv.c
@@ -1313,7 +1313,7 @@ Perl_newIO(pTHX)
}
void
-Perl_gv_check(pTHX_ HV *stash)
+Perl_gv_check(pTHX_ const HV *stash)
{
dVAR;
register I32 i;