diff options
| author | Paul Eggert | 2011-10-06 23:35:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-06 23:35:43 -0700 |
| commit | 3164aeac1589cc7898634d8f9ea155a005576942 (patch) | |
| tree | 8e95d742c24ce141b087e2d7f5e875776caedf01 /src/ChangeLog | |
| parent | c9af454e51a926245a3ee19c04ae5ed058fcd215 (diff) | |
| download | emacs-3164aeac1589cc7898634d8f9ea155a005576942.tar.gz emacs-3164aeac1589cc7898634d8f9ea155a005576942.zip | |
* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.
Don't assume EMACS_INT alignment is the same as pointer alignment.
(GC_POINTER_ALIGNMENT): New macro.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3e03c211f5..b63ff401090 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. | ||
| 4 | Don't assume EMACS_INT alignment is the same as pointer alignment. | ||
| 5 | (GC_POINTER_ALIGNMENT): New macro. | ||
| 6 | |||
| 1 | 2011-10-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-10-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 9 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |