summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/op.c b/op.c
index 8beb0fe086..9ad4499e59 100644
--- a/op.c
+++ b/op.c
@@ -261,8 +261,8 @@ Perl_Slab_to_ro(pTHX_ OPSLAB *slab)
}
}
-STATIC void
-S_Slab_to_rw(pTHX_ OPSLAB *const slab)
+void
+Perl_Slab_to_rw(pTHX_ OPSLAB *const slab)
{
OPSLAB *slab2;