From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 74, Issue 135 Date: Thu, 29 Jan 2009 21:20:36 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1233256873 21208 80.91.229.12 (29 Jan 2009 19:21:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 19:21:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 20:22:26 2009 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 1LScSm-0000K9-KP for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 20:22:09 +0100 Original-Received: from localhost ([127.0.0.1]:33932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LScRU-000569-CF for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 14:20:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LScRP-00055d-DT for emacs-devel@gnu.org; Thu, 29 Jan 2009 14:20:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LScRL-00054Y-DV for emacs-devel@gnu.org; Thu, 29 Jan 2009 14:20:42 -0500 Original-Received: from [199.232.76.173] (port=60297 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LScRL-00054V-8E for emacs-devel@gnu.org; Thu, 29 Jan 2009 14:20:39 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:31633) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LScRK-0004PY-RB for emacs-devel@gnu.org; Thu, 29 Jan 2009 14:20:39 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KE800M00YR8DU00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Thu, 29 Jan 2009 21:20:56 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.107.148]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KE8001YNZ2VVDD1@i_mtaout2.012.net.il>; Thu, 29 Jan 2009 21:20:56 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:108371 Archived-At: > Date: Thu, 29 Jan 2009 09:35:18 -0500 > From: emacs-diffs-request@gnu.org > > * blockinput.h: Add declaration for pending_signals. I don't see this change installed. Did you forget or is the log entry wrong? As things are now, the only header that declares pending_signals is lisp.h, and it does that only when SYNC_INPUT is defined. However, pending_signals is used even when SYNC_INPUT is not defined, so I wonder whether you forgot to commit blockinput.h or all uses of pending_signals should be moved inside #ifdef SYNC_INPUT. This currently breaks the MSDOS build.