summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
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 */