From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Last line of lib-src/Makefile.in breaks gcc -E -traditional Date: Fri, 05 Oct 2007 13:40:54 -0400 Message-ID: <3ud4vt793t.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191606131 18732 80.91.229.12 (5 Oct 2007 17:42:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 17:42:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 19:42:09 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 1IdrBY-0002yN-0S for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 19:42:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdrBT-0007GC-9q for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 13:41:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdrBP-0007Fu-Ur for emacs-devel@gnu.org; Fri, 05 Oct 2007 13:41:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdrBN-0007FF-MU for emacs-devel@gnu.org; Fri, 05 Oct 2007 13:41:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdrBN-0007FA-GB for emacs-devel@gnu.org; Fri, 05 Oct 2007 13:41:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdrBN-0002h4-7m for emacs-devel@gnu.org; Fri, 05 Oct 2007 13:41:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IdrAU-0000NL-UA; Fri, 05 Oct 2007 13:40:54 -0400 X-Spook: anarchy basement Blowpipe illuminati Centro 9705 Samford X-Ran: 7r}jNnqxEJfYI`OVBknaU3rIxo=jjC7!ByCO-Bm9]GRb_X}OFR&bb2o9SJrD2IVPBe$XM9 X-Hue: black X-Attribution: GM In-Reply-To: (Eli Zaretskii's message of "Fri, 05 Oct 2007 10:52:17 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80302 Archived-At: Eli Zaretskii wrote: > 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". Sorry, it was just a comment. "cvs log" would have said "add an end of file comment". Obviously just remove it. > 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. */ Oops.