summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-07-01 13:23:50 +0100
committerDavid Mitchell <davem@iabyn.com>2014-07-08 16:40:03 +0100
commit8ae26bff38c4139f5a2ef5b783a3e73d2419f177 (patch)
treedde90d3f504423d0b21d8c6444cb31cd79c3e80d /embed.fnc
parent202206897ad0823663f93604b9932ae9da992c0c (diff)
downloadperl-8ae26bff38c4139f5a2ef5b783a3e73d2419f177.tar.gz
minor fixups to new op_sibling work
remove pTHX args to op_parent() and op_sibling_splice() since they don't use them, and cast an op type assignment. Also, minor fixups to the pod for op_sibling_splice().
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 604f7c4432..241a769b60 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -771,9 +771,9 @@ Apd |void |op_null |NN OP* o
EXp |void |op_clear |NN OP* o
Ap |void |op_refcnt_lock
Ap |void |op_refcnt_unlock
-Apd |OP* |op_sibling_splice|NN OP *parent|NULLOK OP *start \
+Apdn |OP* |op_sibling_splice|NN OP *parent|NULLOK OP *start \
|int del_count|NULLOK OP* insert
-Apd |OP* |op_parent|NN OP *o
+Apdn |OP* |op_parent|NN OP *o
#if defined(PERL_IN_OP_C)
s |OP* |listkids |NULLOK OP* o
#endif