aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-07-10 18:00:44 +0000
committerStefan Monnier <[email protected]>2007-07-10 18:00:44 +0000
commit5045e68e7015710cc94ee6cbbd8bc81bad67d625 (patch)
treeac13e72020f4c412efcacdb836b2f162fc905a34 /src/ChangeLog
parent7dcef48dd27e6d41b1d9cfab9d33160a15f4fe55 (diff)
(mark_maybe_pointer): Enforce mult-of-8 alignment when using
USE_LSB_TAG. Suggested by Dmitry Antipov <[email protected]>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e417ff9ee8..ed9053e851 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2007-07-10 Stefan Monnier <[email protected]>
+ * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
+ USE_LSB_TAG. Suggested by Dmitry Antipov <[email protected]>.
+
* fns.c (map_char_table): Use an array of int for `indices' rather than
an array of Lisp_Objects (which are only ever integers anyway).
(Fmap_char_table): Update caller.