From 794a4b6d178e5242c693486a6be7fd875820fb45 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 9 Nov 2010 20:28:38 +0200 Subject: [PATCH] Fix 2010-05-06T02:53:56Z!monnier@iro.umontreal.ca. src/Makefile.in: Don't use ## comment, it breaks the MSDOS build. --- src/ChangeLog | 2 ++ src/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index c52c84961fa..913489ed1f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-11-09 Eli Zaretskii + * Makefile.in: Don't use ## comment, it breaks the MSDOS build. + * xfns.c (x_real_positions): Fix declaration-after-statement problem. diff --git a/src/Makefile.in b/src/Makefile.in index 1b0fbdb8b63..5187ff4922a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -67,7 +67,7 @@ bootstrap_exe = ../src/bootstrap-emacs${EXEEXT} OTHER_FILES = @OTHER_FILES@ -## Only used by amdx86-64 and ibms390x GNU/Linux. +# Only used by amdx86-64 and ibms390x GNU/Linux. CRT_DIR=@CRT_DIR@ # ========================== start of cpp stuff ======================= -- 2.39.2