summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-12-30 14:18:05 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 09:19:20 +0000
commitd1b6bf721ad0fafb5a1632854990581d1c7c00d6 (patch)
tree6ad37972647230373c3bbbc7bae0299eaf7d6614 /embed.fnc
parent13febba5a2bae013e49242ccd6e373d7e12d0c78 (diff)
downloadperl-d1b6bf721ad0fafb5a1632854990581d1c7c00d6.tar.gz
convert CX_PUSHLOOP*/POPLOOP to inline fns
Replace CX_PUSHLOOP_FOR() with cx_pushfloop_for() etc.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index bd0ae356df..61a4bad47a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2895,6 +2895,10 @@ AiM |void |cx_popformat |NN PERL_CONTEXT *cx
AiM |void |cx_pusheval |NN PERL_CONTEXT *cx \
|NULLOK OP *retop|NULLOK SV *namesv
AiM |void |cx_popeval |NN PERL_CONTEXT *cx
+AiM |void |cx_pushloop_plain|NN PERL_CONTEXT *cx
+AiM |void |cx_pushloop_for |NN PERL_CONTEXT *cx \
+ |NN void *itervarp|NULLOK SV *itersave
+AiM |void |cx_poploop |NN PERL_CONTEXT *cx
#endif
: ex: set ts=8 sts=4 sw=4 noet: