diff options
author | David Mitchell <davem@iabyn.com> | 2015-12-30 14:18:05 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 09:19:20 +0000 |
commit | d1b6bf721ad0fafb5a1632854990581d1c7c00d6 (patch) | |
tree | 6ad37972647230373c3bbbc7bae0299eaf7d6614 /embed.fnc | |
parent | 13febba5a2bae013e49242ccd6e373d7e12d0c78 (diff) | |
download | perl-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.fnc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |