diff options
author | David Mitchell <davem@iabyn.com> | 2014-07-01 13:23:50 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-07-08 16:40:03 +0100 |
commit | 8ae26bff38c4139f5a2ef5b783a3e73d2419f177 (patch) | |
tree | dde90d3f504423d0b21d8c6444cb31cd79c3e80d /embed.fnc | |
parent | 202206897ad0823663f93604b9932ae9da992c0c (diff) | |
download | perl-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.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |