aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 17:33:25 -0700
committerPaul Eggert2012-04-15 17:33:25 -0700
commit9426aba403a8212c9273958bebf35f2e927f99ed (patch)
tree019eb7f1e0a49b4e8239e894971d9176123a2d74 /src/ChangeLog
parentd55c12ed1f80711ef27a52fa0ba6e366f0b7a585 (diff)
downloademacs-9426aba403a8212c9273958bebf35f2e927f99ed.tar.gz
emacs-9426aba403a8212c9273958bebf35f2e927f99ed.zip
* alloc.c (which_symbols): Fix alignment issue / type clash.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c602b25bdd9..574bd27b9ab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (which_symbols): Fix alignment issue / type clash.
4
12012-04-15 Andreas Schwab <schwab@linux-m68k.org> 52012-04-15 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * lisp.h (struct Lisp_Symbol): Remove explicit padding. 7 * lisp.h (struct Lisp_Symbol): Remove explicit padding.