From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: make fails in w32menu.c Date: Mon, 22 Sep 2008 17:16:08 +0200 Message-ID: References: <48D788A8.3000905@gmx.at> <48D7B5D0.3020903@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222096599 21826 80.91.229.12 (22 Sep 2008 15:16:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 15:16:39 +0000 (UTC) Cc: emacs-devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 22 17:17:35 2008 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.50) id 1KhnAG-0004Ty-Mf for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 17:17:29 +0200 Original-Received: from localhost ([127.0.0.1]:51664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khn9E-0002r1-NQ for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 11:16:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Khn94-0002nU-0s for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:16:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Khn92-0002mQ-BA for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:16:13 -0400 Original-Received: from [199.232.76.173] (port=60505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khn92-0002mG-0H for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:16:12 -0400 Original-Received: from mail-gx0-f12.google.com ([209.85.217.12]:38382) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Khn90-00024D-53 for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:16:10 -0400 Original-Received: by gxk5 with SMTP id 5so3188211gxk.18 for ; Mon, 22 Sep 2008 08:16:08 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Sewew7ozePbteLOK+9MCEvBsG7N2hb4SFQRGuH1GvJ8=; b=vy/oHyZ6Z2SJsX58EaoxSTeVkytXMQhuooYOw8GSJvLJe7C5fV930qdzksUu14Qf9i Xoo+LcIYtEh9iwXZS51hF4DAX36inj/QpsIqY2+7OCVtvX7jwM/63pjRT7VZIKwkCc7C l5hzb3xGi+H3bv38eRHZ//1/4ay/VTuco+tfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=V8OG8xRBE6O251gBnCLNn+YRnyEdnYSNeV1EjkNRbQ4piGf8wOleHx1bt/gTn/wLXs JZLZ3cURkUnW+mBzpNo+K5II0BtNVZ9GK5io2FXdTCsHT7YwWGSB46xaqXLa1E0q6LDM 84RZdp/n+g2hBq19PUHZNfSNA++pnL5pP/7uw= Original-Received: by 10.100.127.18 with SMTP id z18mr3080020anc.116.1222096568424; Mon, 22 Sep 2008 08:16:08 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Mon, 22 Sep 2008 08:16:08 -0700 (PDT) In-Reply-To: <48D7B5D0.3020903@gmx.at> Content-Disposition: inline X-detected-operating-system: by monty-python.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:104038 Archived-At: On Mon, Sep 22, 2008 at 17:12, martin rudalics wrote: > Builds and works normally here. Dan has committed the same trivial fix already. Juanma