This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The #11931 patching misbehaved.
[perl5.git] / sharedsv.c
index 1703257..3427469 100644 (file)
 #define PERL_IN_SHAREDSV_C
 #include "perl.h"
 
+#ifdef USE_ITHREADS
+
 PerlInterpreter* sharedsv_space;
 perl_mutex sharedsv_space_mutex;
 
-#ifdef USE_ITHREADS
-
 /*
   Shared SV
 
@@ -198,4 +198,4 @@ Perl_sharedsv_thrcnt_dec(pTHX_ shared_sv* ssv)
     SHAREDSvRELEASE(ssv);
 }
 
-#endif
+#endif /* USE_ITHREADS */