Return-Path: X-Original-To: apmail-perl-dev-archive@www.apache.org Delivered-To: apmail-perl-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BBC07DD9 for ; Thu, 28 Jul 2011 08:43:44 +0000 (UTC) Received: (qmail 92921 invoked by uid 500); 28 Jul 2011 08:43:43 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 92577 invoked by uid 500); 28 Jul 2011 08:43:25 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 92539 invoked by uid 99); 28 Jul 2011 08:43:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 08:43:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [200.33.54.1] (HELO tamara.msg.com.mx) (200.33.54.1) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 08:43:07 +0000 Received: from [200.33.54.11] (monica.msg.com.mx [::ffff:200.33.54.11]) by tamara.msg.com.mx with esmtp; Thu, 28 Jul 2011 03:42:45 -0500 id 001C8756.4E312105.00001275 Message-ID: <4E312105.7010702@msg.com.mx> Date: Thu, 28 Jul 2011 03:42:45 -0500 From: Salvador Ortiz Garcia Organization: =?ISO-8859-1?Q?Mat=EDas_Software_Group?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Thunderbird/3.1.11 MIME-Version: 1.0 To: phred@apache.org CC: Fred Moyer , mod_perl Dev Subject: Re: Fwd: svn commit: r1151596 - in /perl/modperl/branches/1.x: Changes Symbol/Symbol.xs src/modules/perl/Constants.xs src/modules/perl/Log.xs src/modules/perl/mod_perl.c src/modules/perl/mod_perl.h src/modules/perl/perl_config.c References: <20110727191503.9B83C2388894@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The commited patch has two typos: On 07/27/2011 02:15 PM, phred@apache.org wrote: > --- perl/modperl/branches/1.x/src/modules/perl/mod_perl.h (original) > +++ perl/modperl/branches/1.x/src/modules/perl/mod_perl.h Wed Jul 27 > 19:15:01 2011 > @@ -1026,6 +1026,14 @@ else { \ > #define PERL_HEADER_PARSER_CREATE(s) > #endif > > +#ifndef GvCV_set > +#define GvCV_set(gv, cv) (GvCV(gv) = (cv)) > +#endif > + > +#ifndef GvCV_set s/GvCV/CvGV/ > +#define CvGV_set(gv, cv) (CvVG(gv) = (cv)) s/VG/GV/ > +#endif > + > typedef struct { > array_header *PerlPassEnv; > array_header *PerlRequire; Btw, Wade's patch, posted on Jul 11, is very similar to mine, posted on Jun 28. Regards. Salvador Ortiz. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org