aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-07 19:24:42 +0000
committerGerd Moellmann2000-09-07 19:24:42 +0000
commit91a211b50d4f29fcd2a9f3a164e1baecbb09460e (patch)
tree3ebc0d0810c5f82227553259d527a2180f971922 /src/ChangeLog
parent0341944076e36b309d334b144f4dae3f2400d35b (diff)
downloademacs-91a211b50d4f29fcd2a9f3a164e1baecbb09460e.tar.gz
emacs-91a211b50d4f29fcd2a9f3a164e1baecbb09460e.zip
(obtain, relinquish, relinquish, r_alloc_size_in_use)
(get_bloc, relocate_blocs, update_heap_bloc_correspondence) (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *' where necessary, in case POINTER_TYPE is `void'.
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 051ce39d712..23b259e80e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-09-07 Gerd Moellmann <gerd@gnu.org>
2
3 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
4 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
5 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
6 where necessary, in case POINTER_TYPE is `void'.
7
12000-09-07 Eli Zaretskii <eliz@is.elta.co.il> 82000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * frame.c (make_terminal_frame): Initialize frame foreground and 10 * frame.c (make_terminal_frame): Initialize frame foreground and