# HG changeset patch # User Eli Zaretskii # Date 1289327318 -7200 # Node ID 82705ee7a2acfca9ad91d35cfece759f0123c5f0 # Parent 3a0f0f0023d2bc1aa85f514766cbbb303dbee4e6 Fix revno 100153. src/Makefile.in: Don't use ## comment, it breaks the MSDOS build. diff -r 3a0f0f0023d2 -r 82705ee7a2ac src/ChangeLog --- 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 + * Makefile.in: Don't use ## comment, it breaks the MSDOS build. + * xfns.c (x_real_positions): Fix declaration-after-statement problem. diff -r 3a0f0f0023d2 -r 82705ee7a2ac src/Makefile.in --- 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 =======================