Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 10154 invoked from network); 11 Mar 2008 15:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2008 15:00:34 -0000 Received: (qmail 34432 invoked by uid 500); 11 Mar 2008 15:00:29 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 34211 invoked by uid 500); 11 Mar 2008 15:00:29 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 34199 invoked by uid 99); 11 Mar 2008 15:00:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 08:00:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexey.v.varlamov@gmail.com designates 209.85.200.171 as permitted sender) Received: from [209.85.200.171] (HELO wf-out-1314.google.com) (209.85.200.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 14:59:52 +0000 Received: by wf-out-1314.google.com with SMTP id 29so2411350wff.24 for ; Tue, 11 Mar 2008 08:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lRcHaXVlLPSAUQIdQtU/N7gBPbXTDW4QOBescc90ob4=; b=pwU2c0WecqjwaJkPdmuDsEVi3B1TWB9TYeJsepn/maK4wIlBUlBEi9owUhauGHUfvF+FBGwp7kG1qJ4qZijVdPkL9Oi3//z1BLW6c3FC0Ay2o0tCUQtBAEYJXnOM6EE/pmlaE+hN/lagESQ++5BoE6VEXsbzBTEYLlNzhJQ5xTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i+yPGfxNC2dFLgPJS1ozldzl2Q9MCn0zif2TPGVtXKFh9FHBvcYVRfrmMFOymauALpoWO+GsKBQuSD7w3KWvVQDSvnPQz8FxgO4pLWfNOIey1kIzmrcqvZF7x9r8gmI/KWu72aHu3L5ijqsALG4eB2NuXh6VtApHr+eweYOdIS0= Received: by 10.142.87.7 with SMTP id k7mr2674535wfb.167.1205247603041; Tue, 11 Mar 2008 08:00:03 -0700 (PDT) Received: by 10.143.195.2 with HTTP; Tue, 11 Mar 2008 08:00:03 -0700 (PDT) Message-ID: Date: Tue, 11 Mar 2008 21:00:03 +0600 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: Re: [general] unify portable platform types (was Re: svn commit: r634547 [2/2] ...) In-Reply-To: <9623c9a50803110752p1f942275x741ef39dfb352c15@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9623c9a50803110752p1f942275x741ef39dfb352c15@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org > Consistent type definition is definitely good. Btw, what's the > POINTER_SIZE_INT counterpart in port library? AFAIU POINTER_SIZE_INT == UDATA POINTER_SIZE_SINT == IDATA