]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Silence an "unused variable" compiler warnings on threaded perls
authorVincent Pit <vince@profvince.com>
Sat, 4 Oct 2014 16:12:42 +0000 (18:12 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 4 Oct 2014 16:12:42 +0000 (18:12 +0200)
autovivification.xs

index 12dc5cc825c7b47de8bf4d391c926993d32d48a7..37b6d6509d06b1f3cc2df9462509534114b59a81 100644 (file)
@@ -1273,8 +1273,8 @@ PREINIT:
  GV     *gv;
 PPCODE:
  {
-  dMY_CXT;
 #if A_WORKAROUND_REQUIRE_PROPAGATION
+  dMY_CXT;
   {
    a_ptable_clone_ud ud;