summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-02-12 03:04:53 +0100
committerTony Cook <tony@develop-help.com>2012-02-12 03:33:31 +0100
commit9b11155f22b79ab694ba82561603ecc1bb9969c0 (patch)
tree5863c9b0b05f54543f852420745e1d563adfbc4d
parent0e582130ad8fc3afc6514f60b7a513c550379b7d (diff)
downloadperl-9b11155f22b79ab694ba82561603ecc1bb9969c0.tar.gz
fix -DPERL_GLOBAL_STRUCT compilation error introduced in e8570548
-rw-r--r--op.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/op.c b/op.c
index 19412c1e6a..7695cada23 100644
--- a/op.c
+++ b/op.c
@@ -10730,6 +10730,8 @@ void
Perl_wrap_op_checker(pTHX_ Optype opcode,
Perl_check_t new_checker, Perl_check_t *old_checker_p)
{
+ dVAR;
+
PERL_ARGS_ASSERT_WRAP_OP_CHECKER;
if (*old_checker_p) return;
OP_CHECK_MUTEX_LOCK;