From: Nick Ing-Simmons Date: Thu, 8 Feb 2001 22:11:35 +0000 (+0000) Subject: Correct the correction :-( X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e652bb2f33d1b08a2b50780200835acf884c8c54;p=p5sagit%2Fp5-mst-13.2.git Correct the correction :-( p4raw-id: //depot/perl@8721 --- diff --git a/perl.c b/perl.c index 78a4a54..b0c1cef 100644 --- a/perl.c +++ b/perl.c @@ -698,7 +698,7 @@ perl_destruct(pTHXx) } SvREFCNT_dec(PL_strtab); -#ifdef USE_THREADS +#ifdef USE_ITHREADS /* free the pointer table used for cloning */ ptr_table_free(PL_ptr_table); #endif