diff options
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |