diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-07-23 10:35:16 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-07-23 10:35:16 +0000 |
commit | 7be51a492103f5312d8e2c90a7d13d18dab93c61 (patch) | |
tree | 982f59414e02ecf451a303093773734a23adbeec /cop.h | |
parent | f39bc417872f70cd842818eabb72f1c97d78cdd2 (diff) | |
download | perl-7be51a492103f5312d8e2c90a7d13d18dab93c61.tar.gz |
remove binary compat from #23156 (remove PL_retstack)
p4raw-id: //depot/perl@23157
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -303,7 +303,6 @@ struct block_loop { struct block { I32 blku_oldsp; /* stack pointer to copy stuff down to */ COP * blku_oldcop; /* old curcop pointer */ - I32 blku_SPARE1; /* XXX for BINCOMPAT 5.8.x */ I32 blku_oldmarksp; /* mark stack index */ I32 blku_oldscopesp; /* scope stack index */ PMOP * blku_oldpm; /* values of pattern match vars */ |