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: Last line of lib-src/Makefile.in breaks gcc -E -traditional Date: Fri, 05 Oct 2007 10:52:17 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191574377 3796 80.91.229.12 (5 Oct 2007 08:52:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 08:52:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 10:52:54 2007 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.50) id 1IdivK-0000lU-8N for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 10:52:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdivF-000394-9p for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 04:52:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Idiv8-00038c-Cg for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:52:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idiv5-00037U-M9 for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:52:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idiv5-00037P-7z for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:52:27 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idiuy-0008LL-Ni; Fri, 05 Oct 2007 04:52:21 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-18-77.inter.net.il [80.230.18.77]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HYM67140 (AUTH halo1); Fri, 5 Oct 2007 10:49:38 +0200 (IST) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:80280 Archived-At: This last line of lib-src/Makefile.in was added recently: ### Makefile ends here Why was it added? ChangeLog is silent about it, and so is "cvs log". This line breaks the preprocessor, since it is in the part of Makefile.in that begins with this comment: # ========================== start of cpp stuff ======================= /* From here on, comments must be done in C syntax. */