changeset 58585:d6ce53475b81

ChangeLog
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Nov 2004 18:22:57 +0000
parents dda469376708
children 7bc75f3f915a
files ChangeLog
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 27 18:22:45 2004 +0000
+++ b/ChangeLog	Sat Nov 27 18:22:57 2004 +0000
@@ -2,7 +2,8 @@
 
 	* config.bat: If 8-byte alignment is not supported, define
 	NO_DECL_ALIGN in src/config.h, instead of trivially defining
-	DECL_ALIGN.
+	DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
+	filter through Sed to remove the quotes.
 
 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>