aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2003-01-24 12:24:33 +0000
committerDave Love2003-01-24 12:24:33 +0000
commit422eec7eb8eeff342c2a4fdc84c592b681ca4256 (patch)
tree54ddf59cd41d6339bb298f58fc963166956e9f5a /src/ChangeLog
parente7b6b57283dfae891cc6ea9704c06145f1804c94 (diff)
downloademacs-422eec7eb8eeff342c2a4fdc84c592b681ca4256.tar.gz
emacs-422eec7eb8eeff342c2a4fdc84c592b681ca4256.zip
(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Use __alignof__.
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 ad2da41b98c..66939d965d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12003-01-24 Dave Love <fx@gnu.org>
2
3 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
4 architectures.
5
6 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
7 Use __alignof__.
8
12003-01-24 Kenichi Handa <handa@m17n.org> 92003-01-24 Kenichi Handa <handa@m17n.org>
2 10
3 * keyboard.c (adjust_point_for_property): New second arg MODIFIED. 11 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.