Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63537 invoked from network); 5 Jun 2015 14:48:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2015 14:48:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:32942] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/41-54427-8A6B1755 for ; Fri, 05 Jun 2015 10:48:09 -0400 Received: by wgez8 with SMTP id z8so58667808wge.0 for ; Fri, 05 Jun 2015 07:48:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ioP22+C/Kv1WSBdx80T+dEHI0xrmAAEtoAsOjTLo4NE=; b=qar79kDeis9S7VRa8Jkm+nSmKdPZ8UZsz+DJn2fN+4UiG5euUhDh3ZxfVcVDCgPrTo XUoi82qhr04UeZ1jnJfx6EoZoqhkxRY1MfB6YsGmwlO29WnR2pytCpRHccEoJ/NUdV3L zNqYpg6QYaGps0l40WSmACaGUl4B0oqzm+2k/PJzTdeR4g8TPvfyb82m54Y6GGWoXPqI yedY+/O5RBEi3K2I7W7l7fS8UEGYz1m3MWqm2/sp4VG2QcCct3dcddG4J27MuZS5jj1u qTM4ZPyPSRF/+dYIvZGvSwduWl6w2aeOKZHSwEYa+vb3B+8apEMRyqYb+CDHjTPYtK2J CVWQ== X-Received: by 10.180.36.170 with SMTP id r10mr19225113wij.10.1433515686274; Fri, 05 Jun 2015 07:48:06 -0700 (PDT) Received: from [192.168.0.159] ([62.189.198.114]) by mx.google.com with ESMTPSA id ju2sm3628087wid.12.2015.06.05.07.48.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 07:48:05 -0700 (PDT) Message-ID: <5571B657.1040408@gmail.com> Date: Fri, 05 Jun 2015 15:46:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] offsetof and XtOffsetOf From: rowan.collins@gmail.com (Rowan Collins) Joe Watkins wrote on 05/06/2015 15:42: > The comment seems to suggest we copied the XtOffset stuff from apache > source (which copied it from X), verbatim, is that not explanation enough ? It's not an explanation of *why* it was copied - i.e. why it was needed in the first place. It's not the implementation that Levi is questioning, but the existence of a custom macro at all.