From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Double slashes in config.h Date: Mon, 21 Mar 2005 12:30:14 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111426848 5575 80.91.229.2 (21 Mar 2005 17:40:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 17:40:48 +0000 (UTC) Cc: Karoly.Lorentey@cern.ch, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 18:40:47 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDQs7-0003fM-5m for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 18:39:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDR9F-0006fo-Fg for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 12:57:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDR5t-0004xk-H7 for emacs-devel@gnu.org; Mon, 21 Mar 2005 12:53:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDR5o-0004wA-SI for emacs-devel@gnu.org; Mon, 21 Mar 2005 12:53:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDR5o-0004qL-8N for emacs-devel@gnu.org; Mon, 21 Mar 2005 12:53:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDQjH-0003mN-3h for emacs-devel@gnu.org; Mon, 21 Mar 2005 12:30:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DDQjG-0001rj-An; Mon, 21 Mar 2005 12:30:14 -0500 Original-To: David Kastrup In-reply-to: (message from David Kastrup on Sun, 20 Mar 2005 19:30:13 +0100) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34904 I don't trust using --ansi for preprocessing of makefiles. It has other effects and could easily cause trouble. Is there no other way to turn off // in CPP? How about CPP_NEED_TRADITIONAL=yes?