fix -DPERL_GLOBAL_STRUCT compilation error introduced in e8570548
authorTony Cook <tony@develop-help.com>
Sun, 12 Feb 2012 02:04:53 +0000 (03:04 +0100)
committerTony Cook <tony@develop-help.com>
Sun, 12 Feb 2012 02:33:31 +0000 (03:33 +0100)
op.c

diff --git a/op.c b/op.c
index 19412c1..7695cad 100644 (file)
--- 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;