aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-25 14:38:32 -0700
committerPaul Eggert2011-04-25 14:38:32 -0700
commitc4cfe310db08a8605bc43bd58fe99a5d7ebbca9c (patch)
tree613089e33f147ac187302ebb98a550fb69899238 /src/ChangeLog
parent77b37c05572d1028d0ec2c264ac0ed3a89c0f4da (diff)
downloademacs-c4cfe310db08a8605bc43bd58fe99a5d7ebbca9c.tar.gz
emacs-c4cfe310db08a8605bc43bd58fe99a5d7ebbca9c.zip
* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05d5c77e625..1adc153e953 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. 3 * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
4 (ASIZE): Now contains previous implementation of XVECTOR_SIZE 4 (ASIZE): Now contains previous implementation of XVECTOR_SIZE
5 instead of invoking XVECTOR_SIZE. 5 instead of invoking XVECTOR_SIZE.
6 (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.
6 7
7 * lisp.h: Say "vectorlike header" rather than "vector header. 8 * lisp.h: Say "vectorlike header" rather than "vector header.
8 (struct vectorlike_header): Rename from struct vector_header. 9 (struct vectorlike_header): Rename from struct vector_header.