From: Jarkko Hietaniemi Date: Sun, 24 Jun 2001 18:40:52 +0000 (+0000) Subject: De-cut-and-pasto in #10902. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6ae682c3b074305be42218c870675979298d3f9;p=p5sagit%2Fp5-mst-13.2.git De-cut-and-pasto in #10902. p4raw-id: //depot/perl@10903 --- diff --git a/pp_ctl.c b/pp_ctl.c index 68db6bb..6ba97c8 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -86,28 +86,8 @@ PP(pp_regcomp) SV *tmpstr; STRLEN len; MAGIC *mg = Null(MAGIC*); - -Change 10771 by jhi@alpha on 2001/06/21 12:10:29 - - Subject: [PATCH] Make /o work under i?threads - From: Richard Soderberg - Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT) - Message-ID: - -Affected files ... - - ... //depot/perl/pp_ctl.c#267 edit - -Differences ... - - ==== //depot/perl/pp_ctl.c#267 (text) ==== -Index: perl/pp_ctl.c ---- perl/pp_ctl.c.~1~ Sun Jun 24 22:31:38 2001 -+++ perl/pp_ctl.c Sun Jun 24 22:31:38 2001 -@@ -88,6 +88,13 @@ - MAGIC *mg = Null(MAGIC*); - - tmpstr = POPs; + + tmpstr = POPs; /* prevent recompiling under /o and ithreads. */ #if defined(USE_ITHREADS) || defined(USE_THREADS)