diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 16:24:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 16:24:07 +0000 |
commit | 412da0037cc4cde2474dfefc6fdc5bdf091f2e24 (patch) | |
tree | def32a8a3524bba385d303252a8a2fb473a514c1 /embed.fnc | |
parent | 2dd5337ba7701c25f6807a12b77238cc673d5b07 (diff) | |
download | perl-412da0037cc4cde2474dfefc6fdc5bdf091f2e24.tar.gz |
listkids() can be static in op.c
p4raw-id: //depot/perl@34920
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -447,9 +447,10 @@ Ap |void |op_refcnt_lock Ap |void |op_refcnt_unlock #if defined(PERL_IN_OP_C) s |OP* |linklist |NN OP *o +s |OP* |listkids |NULLOK OP* o #endif +: This is used in S_doeval in pp_ctl.c p |OP* |list |NULLOK OP* o -p |OP* |listkids |NULLOK OP* o Apd |void |load_module|U32 flags|NN SV* name|NULLOK SV* ver|... Ap |void |vload_module|U32 flags|NN SV* name|NULLOK SV* ver|NULLOK va_list* args p |OP* |localize |NN OP *o|I32 lex |