diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 18:40:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 18:40:52 +0000 |
commit | d6ae682c3b074305be42218c870675979298d3f9 (patch) | |
tree | 3c5387adac021f0937608f619ae86960ce2a5257 /pp_ctl.c | |
parent | 513629ba5d0f3f020f7bd86ec9c6cee5df562933 (diff) | |
download | perl-d6ae682c3b074305be42218c870675979298d3f9.tar.gz |
De-cut-and-pasto in #10902.
p4raw-id: //depot/perl@10903
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 24 |
1 files changed, 2 insertions, 22 deletions
@@ -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 <rs@crystalflame.net> - Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT) - Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com> - -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) |