From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: Build break: GNU Emacs 21.3.50 (CVS) HEAD Date: Sun, 29 Jun 2003 12:57:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056888185 21101 80.91.224.249 (29 Jun 2003 12:03:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2003 12:03:05 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 29 14:03:02 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Wata-0005U1-00 for ; Sun, 29 Jun 2003 14:03:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19WazX-0008TD-00 for ; Sun, 29 Jun 2003 14:09:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WarD-00031u-V0 for emacs-devel@quimby.gnus.org; Sun, 29 Jun 2003 08:00:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19WaqI-0002Xw-PO for emacs-devel@gnu.org; Sun, 29 Jun 2003 07:59:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Wapu-00024c-AL for emacs-devel@gnu.org; Sun, 29 Jun 2003 07:59:15 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WaoG-0000hH-CG for emacs-devel@gnu.org; Sun, 29 Jun 2003 07:57:32 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 19WaoA-0004JS-00; Sun, 29 Jun 2003 12:57:26 +0100 Original-To: "Jan D." In-Reply-To: (Jan D.'s message of "Sat, 28 Jun 2003 01:39:47 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Original-cc: Benjamin Rutt X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15321 "Jan D." writes: > DO_BLOCK_INPUT is defined by src/Makefile.c so why do you need it in > configure.in? I guess I was confused by the build process again, but I think that's where the definition should be. (I was actually going to use it elsewhere.) The relevant comments in and around alloca now appear to be wrong. I'll tidy it up sometime.