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] /srv/bzr/emacs/trunk r109306: Use an include file in configure.ac's AH_BOTTOM Date: Tue, 31 Jul 2012 23:06:53 +0300 Message-ID: <83fw87eluq.fsf@gnu.org> References: <83vch3eu29.fsf@gnu.org> <83sjc7et2f.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343765232 13202 80.91.229.3 (31 Jul 2012 20:07:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 20:07:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 22:07:12 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SwIij-0006w0-8i for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 22:07:09 +0200 Original-Received: from localhost ([::1]:37223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIii-0002ix-FL for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 16:07:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIie-0002gV-U2 for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:07:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwIib-0007z3-L9 for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:07:04 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:58842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIib-0007y8-Cs for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:07:01 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M8100800JS82E00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 31 Jul 2012 23:07:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M81007S6JVNOD80@a-mtaout22.012.net.il>; Tue, 31 Jul 2012 23:07:00 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152039 Archived-At: > From: Juanma Barranquero > Date: Tue, 31 Jul 2012 21:58:52 +0200 > Cc: emacs-devel@gnu.org > > On Tue, Jul 31, 2012 at 7:31 PM, Eli Zaretskii wrote: > > > Either ifdef it in conf_post.h, or provide alloca.h in nt/inc. > > Hmmm. > > The code in conf_post.h not just includes alloca.h, but checks that > HAVE_ALLOCA is defined, and we don't want that. We could define HAVE_ALLOCA in nt/inc/alloca.h, could we not?