Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 45092 invoked from network); 22 Jan 2011 04:35:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2011 04:35:20 -0000 Received: (qmail 13450 invoked by uid 500); 22 Jan 2011 04:35:20 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 13283 invoked by uid 500); 22 Jan 2011 04:35:18 -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 13276 invoked by uid 99); 22 Jan 2011 04:35:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jan 2011 04:35:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.177] (HELO mail-wy0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jan 2011 04:35:10 +0000 Received: by wyf22 with SMTP id 22so2871037wyf.22 for ; Fri, 21 Jan 2011 20:34:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.166.68 with SMTP id f46mr160882wel.26.1295670888956; Fri, 21 Jan 2011 20:34:48 -0800 (PST) Received: by 10.216.54.208 with HTTP; Fri, 21 Jan 2011 20:34:48 -0800 (PST) In-Reply-To: References: <20110121163726.GE2824@iabyn.com> <20110121173610.GM2824@iabyn.com> Date: Fri, 21 Jan 2011 20:34:48 -0800 Message-ID: Subject: Fwd: [rt.cpan.org #64999] AutoReply: GvCV and GvGP lvalue changes in perl core From: Fred Moyer To: bug-mod_perl@rt.cpan.org, mod_perl Dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Cc'ing the ticket so Dave can join in the list discussion. ---------- Forwarded message ---------- From: Dave Mitchell via RT Date: Fri, Jan 21, 2011 at 9:36 AM Subject: Re: [rt.cpan.org #64999] AutoReply: GvCV and GvGP lvalue changes in perl core To: =A0 =A0 =A0 Queue: mod_perl =A0Ticket On Fri, Jan 21, 2011 at 11:37:34AM -0500, I wrote: > =A0 =A0 # =A0define GvCV_set(gv,cv) (GvGP(gv)->gp_cv =3D (cv)) [snip] > =A0 =A0 # =A0define GvGP_set(gv,gp) ((gv)->sv_u.svu_gp =3D (gp)) Actually on reflection, those could be better written as: =A0 =A0 =A0 =A0#define GvCV_set(gv, cv) (GvCV(gv) =3D (cv)) =A0 =A0 =A0 =A0#define GvGP_set(gv, gp) (GvGP(gv) =3D (gp)) -- O Unicef Clearasil! Gibberish and Drivel! =A0 =A0-- "Bored of the Rings" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org