diff options
author | Max Maischein <corion@corion.net> | 2019-09-20 23:00:04 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-09-20 23:00:04 +0200 |
commit | 20ef288c535a81f9e6186650f180b3c1dccba151 (patch) | |
tree | 5ff10758c07cacfc9c521e5eab8782b901007f62 /op.h | |
parent | 7f6fc9b2e02ce976065f2006e85f5ed2ff76bd12 (diff) | |
download | perl-20ef288c535a81f9e6186650f180b3c1dccba151.tar.gz |
Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4
This reverts commit d2cd363728088adada85312725ac9d96c29659be, reversing
changes made to 068b48acd4bdf9e7c69b87f4ba838bdff035053c.
This change breaks installing Test::Deep:
...
not ok 37 - Test 'isa eq' completed
ok 38 - Test 'isa eq' no premature diagnostication
...
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ Deprecated. Use C<GIMME_V> instead. =cut */ -#define GIMME_V Perl_gimme_V(aTHX) +#define GIMME_V OP_GIMME(PL_op, block_gimme()) /* Public flags */ |