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: [Emacs-diffs] /srv/bzr/emacs/trunk r109306: Use an include file in configure.ac's AH_BOTTOM Date: Wed, 1 Aug 2012 00:57:27 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343775500 25015 80.91.229.3 (31 Jul 2012 22:58:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 22:58:20 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 01 00:58:20 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 1SwLOJ-0007tC-Di for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2012 00:58:15 +0200 Original-Received: from localhost ([::1]:56489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwLOI-0000vY-RE for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 18:58:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwLOG-0000vM-C2 for emacs-devel@gnu.org; Tue, 31 Jul 2012 18:58:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwLOF-0005ut-Fw for emacs-devel@gnu.org; Tue, 31 Jul 2012 18:58:12 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:47539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwLOC-0005tU-By; Tue, 31 Jul 2012 18:58:08 -0400 Original-Received: by ggm4 with SMTP id 4so7773865ggm.0 for ; Tue, 31 Jul 2012 15:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6lDJMTTUUaBd6VnyYq2aYBqvmcGHPBEJI067ljhkHFA=; b=ZcRWJIUOhLFONSKoKw79gwDQTZW/ygyNzMXs+hnj7nHpTEhtgrt3/SaNe2iqUY1HNd +4hwYmEJe3OBAbOem2KHvBjAYFLFKXm1lUiSPgTWGsD25rQAWdDv8ylahDsQVXnACLPW NWV5spbf4Ar/RmNSlYtblr4ORW/u1xn+jk4l1bKfdbXoUIEIeYoJS/fKzYOUJW2hgulP /bUABrzyoezTOh3GLTqI1VngmOXbf8oEnK9piN9wi35r763y059OU89oJnIxL7t2DX04 wcsoKfl+fo/NJtnkNKHRxwISIqIxmOR537lpL3F18EJchYo1Qau/tkzN/+ul01w0YK+h +Dzw== Original-Received: by 10.68.213.234 with SMTP id nv10mr47012470pbc.56.1343775487344; Tue, 31 Jul 2012 15:58:07 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Tue, 31 Jul 2012 15:57:27 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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:152056 Archived-At: On Wed, Aug 1, 2012 at 12:50 AM, Glenn Morris wrote: > You have complete freedom to include ms-w32.h at whatever point you > like. It needs to be earlier than it is now if you want to define away > the alloca.h business cleanly. OK, that was the other alternative. It's quite ugly, and makes diffing autogen/config.in and nt/config.nt messier. I much prefer to keep the config_opsysfile stuff, or at the very least add #include "../nt/ms-w32.h" so it's just one line. > The position it ends up in has no > relevance to or effect on any non-Windows platform. I wasn't really worried about that. Juanma