From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fran Litterio Newsgroups: gmane.emacs.devel Subject: Re: Patch to get clean compile on SLES11 Linux Date: Thu, 15 Jul 2010 17:36:28 -0400 Message-ID: References: <4C3F7D48.2010903@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd599cc25b6ff048b73e53e X-Trace: dough.gmane.org 1279229802 29257 80.91.229.12 (15 Jul 2010 21:36:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Jul 2010 21:36:42 +0000 (UTC) Cc: Jan Djrv To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 15 23:36:40 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZW6h-0005sf-CL for ged-emacs-devel@m.gmane.org; Thu, 15 Jul 2010 23:36:39 +0200 Original-Received: from localhost ([127.0.0.1]:39948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZW6g-00046c-O5 for ged-emacs-devel@m.gmane.org; Thu, 15 Jul 2010 17:36:38 -0400 Original-Received: from [140.186.70.92] (port=37538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZW6Z-00045y-6a for emacs-devel@gnu.org; Thu, 15 Jul 2010 17:36:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZW6X-0000mt-KH for emacs-devel@gnu.org; Thu, 15 Jul 2010 17:36:31 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:60041) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZW6X-0000mn-HS for emacs-devel@gnu.org; Thu, 15 Jul 2010 17:36:29 -0400 Original-Received: by gxk4 with SMTP id 4so1166458gxk.0 for ; Thu, 15 Jul 2010 14:36:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=zfsJUheqPsxi3nVX/V/1fieGc/CrF2pWRmDQekHP53Q=; b=GVXGOmQqRZ7J2aYUGYIR3y3151fG07zWX7voceb2qko23YZKe3dwkdMUjxS1lB7Xd4 2hrAre2l27BQ/oJcMr6QpZqNL2tK52EUzWxnVXfW+TwQJva6V90R7SVoDPxFrTQDdnml SgGi20oOOV72U0t5vVQ2jGSsTAq74Xu/T1xdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=A9Ypp397t+h52Ppja/xwdFHM6Efjpqh+AHgnZwg3VB+emprDiFjG7s/yfTFQ3gBlgR Smzg3y36xr9JsWPa+IIicH/pbGa5DRNKtsNkhvWSf5y35kbvnKYBRyijekcn1BYKKT9i zSHD7QCiVrCcAVw0jwjeuN/xUAfbj4U43mQIM= Original-Received: by 10.151.134.34 with SMTP id l34mr535714ybn.263.1279229788796; Thu, 15 Jul 2010 14:36:28 -0700 (PDT) Original-Received: by 10.42.5.136 with HTTP; Thu, 15 Jul 2010 14:36:28 -0700 (PDT) In-Reply-To: <4C3F7D48.2010903@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127395 Archived-At: --000e0cd599cc25b6ff048b73e53e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jul 15, 2010 at 5:27 PM, Jan Dj=E4rv wrote: EMACS_INT is long and EMACS_UINT is unsigned long. On a 64 bit compiler in= t > is usually 32 bits and long 64. > Indeed, this was being compiled on a 64-bit machine. I think my patch is a valid fix for this. -- Fran --000e0cd599cc25b6ff048b73e53e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Thu, Jul 15, 2010 at 5:27 PM, Jan Dj=E4rv wrote:

EMACS_INT is long and EMACS_UINT is unsigned long. =A0On a 64 bit compiler = int is usually 32 bits and long 64.

Indeed, this w= as being compiled on a 64-bit machine.

I think my patch is a valid f= ix for this.
--
Fran

--000e0cd599cc25b6ff048b73e53e--