From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: cannot build on w32 Date: Wed, 19 Jan 2011 08:40:21 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295451644 30807 80.91.229.12 (19 Jan 2011 15:40:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 15:40:44 +0000 (UTC) Cc: Sam Steingold , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 16:40:39 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 1Pfa9F-0004ha-SH for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 16:40:38 +0100 Original-Received: from localhost ([127.0.0.1]:43522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfa9F-0001cn-C9 for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 10:40:37 -0500 Original-Received: from [140.186.70.92] (port=44794 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfa94-0001b0-Oq for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:40:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfa93-0000OJ-D0 for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:40:26 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:58388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfa91-0000N2-NK; Wed, 19 Jan 2011 10:40:23 -0500 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0JFeM6O019810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 Jan 2011 10:40:22 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0JFeMgX005352; Wed, 19 Jan 2011 10:40:22 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p0JFeL4s010791; Wed, 19 Jan 2011 10:40:21 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 2BA95378142; Wed, 19 Jan 2011 08:40:21 -0700 (MST) X-Attribution: Tom In-Reply-To: (Andreas Schwab's message of "Wed, 19 Jan 2011 16:36:08 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:134746 Archived-At: >>>>> "Andreas" == Andreas Schwab writes: Andreas> External declarations should never occur at the block level, only in Andreas> headers. I agree, but I don't plan to fix that universally in Emacs. I wasn't sure that this was the rule in Emacs, so I tried to make the minimal change needed for my project. Tom