summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2014-10-26 11:17:47 +0100
committerFather Chrysostomos <sprout@cpan.org>2014-10-26 12:42:38 -0700
commit03d05f6e34ec0d195930f4155352c2082f8dff3a (patch)
tree2cac7fcd03dd585bb31c566abcccaa735209c863 /embed.fnc
parent90d141c4a9322a9b132806feee6144ea36c9c7fb (diff)
downloadperl-03d05f6e34ec0d195930f4155352c2082f8dff3a.tar.gz
rename convert to op_convert_list and APIfy
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index bbec53afd3..ded066bf63 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -263,7 +263,7 @@ ApR |I32 |my_chsize |int fd|Off_t length
p |const COP*|closest_cop |NN const COP *cop|NULLOK const OP *o \
|NULLOK const OP *curop|bool opnext
: Used in perly.y
-pR |OP* |convert |I32 optype|I32 flags|NULLOK OP* o
+ApdR |OP* |op_convert_list |I32 optype|I32 flags|NULLOK OP* o
: Used in op.c and perl.c
pM |PERL_CONTEXT* |create_eval_scope|U32 flags
Aprd |void |croak_sv |NN SV *baseex