diff options
author | Andy Lester <andy@petdance.com> | 2006-05-28 07:24:25 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-29 08:20:36 +0000 |
commit | 1146e912246ab46f43c0d3339f2b5af9a23a2e49 (patch) | |
tree | 016c8dd93ca4da208932705ca826f7d38e4325fa /gv.c | |
parent | 9720224e630cf4b56c09f47430f97710dce6c06e (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |