summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-09-20 23:00:04 +0200
committerMax Maischein <corion@corion.net>2019-09-20 23:00:04 +0200
commit20ef288c535a81f9e6186650f180b3c1dccba151 (patch)
tree5ff10758c07cacfc9c521e5eab8782b901007f62 /op.h
parent7f6fc9b2e02ce976065f2006e85f5ed2ff76bd12 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 89440a2f41..c494386ed1 100644
--- a/op.h
+++ b/op.h
@@ -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 */