Mercurial > emacs
changeset 111589:82705ee7a2ac
Fix revno 100153.
src/Makefile.in: Don't use ## comment, it breaks the MSDOS build.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 09 Nov 2010 20:28:38 +0200 |
parents | 3a0f0f0023d2 |
children | 121e3a019c49 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 09 15:55:52 2010 +0200 +++ b/src/ChangeLog Tue Nov 09 20:28:38 2010 +0200 @@ -1,5 +1,7 @@ 2010-11-09 Eli Zaretskii <eliz@gnu.org> + * Makefile.in: Don't use ## comment, it breaks the MSDOS build. + * xfns.c (x_real_positions): Fix declaration-after-statement problem.
--- a/src/Makefile.in Tue Nov 09 15:55:52 2010 +0200 +++ b/src/Makefile.in Tue Nov 09 20:28:38 2010 +0200 @@ -67,7 +67,7 @@ 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 =======================