diff options
author | David Mitchell <davem@iabyn.com> | 2015-12-30 13:23:47 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 09:19:20 +0000 |
commit | 13febba5a2bae013e49242ccd6e373d7e12d0c78 (patch) | |
tree | 0114200a095621307d69cea6bb8ea12396dae019 /embed.fnc | |
parent | 6a7d52ccb6c2daf79e90e6cb93bbc5f3d516509a (diff) | |
download | perl-13febba5a2bae013e49242ccd6e373d7e12d0c78.tar.gz |
convert CX_PUSHEVAL/POPEVAL to inline fns
Replace CX_PUSHEVAL() with cx_pusheval() etc.
No functional changes.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2892,6 +2892,9 @@ AiM |void |cx_popsub |NN PERL_CONTEXT *cx AiM |void |cx_pushformat |NN PERL_CONTEXT *cx|NN CV *cv \ |NULLOK OP *retop|NULLOK GV *gv 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 #endif : ex: set ts=8 sts=4 sw=4 noet: |