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: Build error in NeXTstep (Mac OS X) Build of Emacs Date: Sun, 27 Mar 2011 14:07:55 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301227727 9579 80.91.229.12 (27 Mar 2011 12:08:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 12:08:47 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 14:08:43 2011 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 1Q3olv-0003J2-Eu for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 14:08:43 +0200 Original-Received: from localhost ([127.0.0.1]:60139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3olu-0004Bw-Ie for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 08:08:42 -0400 Original-Received: from [140.186.70.92] (port=55467 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3olp-00049G-8j for Emacs-devel@gnu.org; Sun, 27 Mar 2011 08:08:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3oln-0001yd-W2 for Emacs-devel@gnu.org; Sun, 27 Mar 2011 08:08:37 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:63823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3oln-0001yO-PB for Emacs-devel@gnu.org; Sun, 27 Mar 2011 08:08:35 -0400 Original-Received: by gyd8 with SMTP id 8so1127947gyd.0 for ; Sun, 27 Mar 2011 05:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=t/h+wuxlZzMgeUzGpo93292WF7PkMN6E8FWmQYgcZnI=; b=KmswjnuKeeVa1vLvUBbXyLNTY6AGTlvj8BMKwG5YgX+KgAgFdI1jrlPjkH/UIi3REu GzNHsPOlFOzdafmm4cpcj2fetK7+Emg1JJpyg+zLN/QBArt4PtpfilCY83h5kOnzvIg6 vSXSTtLLYlFfMqzYZ5fZCCZGPv9xeDhPIBggU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=M2oLMhYSvkmDPOSpQrgw0knkDIOnIkzwrNkiq7DL3vBdzis8B2664l1+zK/gKe8tC2 pov5LYM54dlJvL5EGnApds6UaPqiN0Mt88GMDxi35LhhvZ0XpPojpYTe3vrcULN3InPR zeGD6bgZdEYH8PM410/I1+CvEd5b/UkZbk8aA= Original-Received: by 10.236.140.67 with SMTP id d43mr14080yhj.103.1301227715305; Sun, 27 Mar 2011 05:08:35 -0700 (PDT) Original-Received: by 10.147.34.11 with HTTP; Sun, 27 Mar 2011 05:07:55 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:137749 Archived-At: On Sun, Mar 27, 2011 at 07:01, Ben Key wrote: > Revision 103754 caused a couple of compilation errors in nsmenu.m due to = the > fact that the do_it_now parameter of timer_check was still used.=C2=A0 Th= e > following patch resolves this problem. Sorry! I checked all the .h and .c files, and forgot about the .m source f= iles. > There are two changes in this patch. > > Remove the declaration of the timer_check function from nsmenu.m so that = the > declaration of the function found in keyboard.h will be used. > Modify the one call to the timer_check function in nsmenu.m so that it no > longer attempts to specify a value for the do_it_now parameter. I'll commit it ASAP. Thanks, =C2=A0 =C2=A0 Juanma