diff options
author | David Mitchell <davem@iabyn.com> | 2015-12-26 22:14:00 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 09:19:19 +0000 |
commit | f217cb3da329df6eff821d4b417ffdbeb710a939 (patch) | |
tree | b6b19c636cbec8763343cf228ccdb2124e9575c5 /cop.h | |
parent | 75fbe096559dec1fe47be934ddb090971f3d1deb (diff) | |
download | perl-f217cb3da329df6eff821d4b417ffdbeb710a939.tar.gz |
eliminate PUSH/POPBASICBLK macros
These are both NOOPs now, and were introduced within this branch
as a temporary measure while extra stuff needed doing when pushing or
popping a CXt_BOCK (pp_enter/pp_leave).
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -902,15 +902,6 @@ struct block_givwhen { } STMT_END -/* basic block, i.e. pp_enter/leave */ - -#define PUSHBASICBLK(cx) \ - NOOP; - -#define CX_POPBASICBLK(cx) \ - assert(CxTYPE(cx) == CXt_BLOCK); \ - NOOP; - /* context common to subroutines, evals and loops */ struct block { |