From: Rafael Garcia-Suarez Date: Fri, 17 Aug 2001 23:21:10 +0000 (+0200) Subject: doesn't compile, was perl@11710 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a66a22ff50145064e05e80dfd0a1368645cf197;p=p5sagit%2Fp5-mst-13.2.git doesn't compile, was perl@11710 Message-Id: <20010817232110.C7041@rafael> p4raw-id: //depot/perl@11711 --- diff --git a/sharedsv.c b/sharedsv.c index 1703257..3427469 100644 --- a/sharedsv.c +++ b/sharedsv.c @@ -20,11 +20,11 @@ #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 */