This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Dynaloader: fix build issue
[perl5.git] / ext / DynaLoader / dl_dyld.xs
index 280d27e..caa9467 100644 (file)
@@ -226,9 +226,10 @@ dl_error()
 void
 CLONE(...)
     CODE:
-    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
+    PERL_UNUSED_VAR(items);
+
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
      * using Perl variables that belong to another thread, we create our 
      * own for this thread.