summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 458c633e9d0..7a882f78558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>