aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-06 20:55:46 +0400
committerDmitry Antipov2012-08-06 20:55:46 +0400
commit2b90362b19f920bb7a64f7cf3039457a9b750d63 (patch)
treeb9746d231835073eb58427c1bef96f1603e830f8 /src/ChangeLog
parent5f50daf249281ef6ffbd11b5e89c36c4b8235851 (diff)
downloademacs-2b90362b19f920bb7a64f7cf3039457a9b750d63.tar.gz
emacs-2b90362b19f920bb7a64f7cf3039457a9b750d63.zip
Use GCALIGNMENT where appropriate.
* alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size): (union aligned_Lisp_Symbol, union aligned_Lisp_Misc): (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a2334804f1..d08802f5f56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Use GCALIGNMENT where appropriate.
4 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
5 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
6 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
7
12012-08-06 Eli Zaretskii <eliz@gnu.org> 82012-08-06 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32menu.c (set_frame_menubar, initialize_frame_menubar): Don't 10 * w32menu.c (set_frame_menubar, initialize_frame_menubar): Don't