Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34529 invoked by uid 1010); 4 Sep 2007 15:22:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34514 invoked from network); 4 Sep 2007 15:22:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2007 15:22:51 -0000 Authentication-Results: pb1.pair.com header.from=planetbeing@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=planetbeing@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: planetbeing@gmail.com X-Host-Fingerprint: 64.233.182.189 nf-out-0910.google.com Received: from [64.233.182.189] ([64.233.182.189:61022] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/A7-21414-B487DD64 for ; Tue, 04 Sep 2007 11:22:51 -0400 Received: by nf-out-0910.google.com with SMTP id b21so1522137nfd for ; Tue, 04 Sep 2007 08:22:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ozp+VRobUmpAp4o8Xz1HtlRnMBQDv4NvtPkTH8CtjhDxJ35eTxQE/HhddlIDEybPt0VYe/fAJz9Tm+8jYPzeOPQvrmD5tq9+8iGD/FeZQw4k4LF43xigF41Y4OzerZT6/bBunzJ/MKaMDKyfkMaA0WxscHekCw4Yg5LsaifEwvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b4kr5y22aln8kk3TP8WCtZpbqnPJEvIRGAuLT/8wlb/vBcBN8suTDrhGPDGpOj4UXoceemi5pN60qS3t/2LCM4hGmCeo3cF1eoB/iI4Y+0BJS1zgy8HX/MEPXBHnwxK7f4F8UsqpQe3ADi5vhKh9o0NxfTwFUpU4SOrouodpJNE= Received: by 10.78.200.3 with SMTP id x3mr4240058huf.1188919368236; Tue, 04 Sep 2007 08:22:48 -0700 (PDT) Received: by 10.78.135.16 with HTTP; Tue, 4 Sep 2007 08:22:48 -0700 (PDT) Message-ID: Date: Tue, 4 Sep 2007 23:22:48 +0800 To: "=?ISO-8859-2?Q?Pawe=B3_Stradomski?=" Cc: internals@lists.php.net In-Reply-To: <200709041630.56051.pstradomski@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709041630.56051.pstradomski@gmail.com> Subject: Re: [PHP-DEV] Patch for macros for tracking refcount and is_ref From: planetbeing@gmail.com ("David Wang") > Shouldn't that be > > +#define always_inline inline > > ? Yes, sorry, I just fixed that a moment ago (and the file the link is pointing to should be correct).