summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-11-27 18:22:57 +0000
committerEli Zaretskii <eliz@gnu.org>2004-11-27 18:22:57 +0000
commitfe3df972eb9e9e5f2f9188ed3c03c0df560b6fd9 (patch)
tree867fffbfea64c038797ab984fba1d37ad570faeb /ChangeLog
parente8237370691e426352390c70fc3f66501ac95ccf (diff)
downloademacs-fe3df972eb9e9e5f2f9188ed3c03c0df560b6fd9.tar.gz
ChangeLog
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>