aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c52c84961fa..913489ed1f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-11-09 Eli Zaretskii <eliz@gnu.org> 12010-11-09 Eli Zaretskii <eliz@gnu.org>
2 2
3 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
4
3 * xfns.c (x_real_positions): Fix declaration-after-statement 5 * xfns.c (x_real_positions): Fix declaration-after-statement
4 problem. 6 problem.
5 7
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}
67 67
68OTHER_FILES = @OTHER_FILES@ 68OTHER_FILES = @OTHER_FILES@
69 69
70## Only used by amdx86-64 and ibms390x GNU/Linux. 70# Only used by amdx86-64 and ibms390x GNU/Linux.
71CRT_DIR=@CRT_DIR@ 71CRT_DIR=@CRT_DIR@
72 72
73# ========================== start of cpp stuff ======================= 73# ========================== start of cpp stuff =======================