summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
Diffstat (limited to 'av.c')
-rw-r--r--av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/av.c b/av.c
index 3d15d58f85..3c9d796a7c 100644
--- a/av.c
+++ b/av.c
@@ -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;