aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-11 17:09:34 -0800
committerPaul Eggert2012-11-11 17:09:34 -0800
commit76ae24d77f44a5021171960044b8403710251027 (patch)
treefcd9bde8ed3845bb00fb173c0b711641797819cb /src/ChangeLog
parent1479c557b7a9abb6eea3b2881adae471fedeec4d (diff)
downloademacs-76ae24d77f44a5021171960044b8403710251027.tar.gz
emacs-76ae24d77f44a5021171960044b8403710251027.zip
Another tweak to vectorlike_header change.
* alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST): Remove, and replace all uses with ... (next_in_free_list, set_next_in_free_list): New functions, which respect C's aliasing rules better.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82a2245313f..97d04cb6ba1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 Another tweak to vectorlike_header change.
4 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
5 Remove, and replace all uses with ...
6 (next_in_free_list, set_next_in_free_list):
7 New functions, which respect C's aliasing rules better.
8
12012-11-11 Paul Eggert <eggert@cs.ucla.edu> 92012-11-11 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * window.c (list4i): Rename from 'quad'. All uses changed. 11 * window.c (list4i): Rename from 'quad'. All uses changed.