diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-20 11:38:46 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-20 11:38:46 +0000 |
commit | c33269f7ccb458ff862134e5befab709e725fca7 (patch) | |
tree | 16ab8d17ed362c8a1d72c48e6721eef1e7f93e4f /av.c | |
parent | 3544fab4392dc5460d212624822bd2db51749f65 (diff) | |
download | perl-c33269f7ccb458ff862134e5befab709e725fca7.tar.gz |
Two missing 'static's, spotted by Merijn's smoker.
p4raw-id: //depot/perl@34381
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -984,7 +984,7 @@ Perl_av_exists(pTHX_ AV *av, I32 key) return FALSE; } -MAGIC * +static MAGIC * S_get_aux_mg(pTHX_ AV *av) { dVAR; MAGIC *mg; |