summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 28440e0e33..0fd564e9f1 100644
--- a/op.c
+++ b/op.c
@@ -786,7 +786,7 @@ Perl_op_refcnt_unlock(pTHX)
#define LINKLIST(o) ((o)->op_next ? (o)->op_next : linklist((OP*)o))
OP *
-Perl_linklist(pTHX_ OP *o)
+S_linklist(pTHX_ OP *o)
{
OP *first;