summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 56b482a2e7..604f7c4432 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -466,7 +466,7 @@ pR |OP * |parse_subsignature
p |char* |find_script |NN const char *scriptname|bool dosearch \
|NULLOK const char *const *const search_ext|I32 flags
#if defined(PERL_IN_OP_C)
-s |OP* |force_list |NULLOK OP* arg
+s |OP* |force_list |NULLOK OP* arg|bool nullit
i |OP* |op_integerize |NN OP *o
i |OP* |op_std_init |NN OP *o
: FIXME
@@ -773,6 +773,7 @@ Ap |void |op_refcnt_lock
Ap |void |op_refcnt_unlock
Apd |OP* |op_sibling_splice|NN OP *parent|NULLOK OP *start \
|int del_count|NULLOK OP* insert
+Apd |OP* |op_parent|NN OP *o
#if defined(PERL_IN_OP_C)
s |OP* |listkids |NULLOK OP* o
#endif