comparison src/ChangeLog @ 31893:5699c4d70f3c

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 25 Sep 2000 21:09:14 +0000
parents ef483f5d2a7d
children a73424672d42
comparison
equal deleted inserted replaced
31892:2f3d88ac2b38 31893:5699c4d70f3c
1 2000-09-25 Dave Love <fx@gnu.org>
2
3 * buffer.c: Include stdio.h.
4
5 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
6
7 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
8
9 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
10 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
11 size_t.
12 (__malloc_extra_blocks): Declare as __malloc_size_t.
13
1 2000-09-25 Gerd Moellmann <gerd@gnu.org> 14 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2 15
3 * alloc.c (mark_image): Use GC_NILP instead of NILP. 16 * alloc.c (mark_image): Use GC_NILP instead of NILP.
4 17
5 * keyboard.c (show_help_echo): Set help_echo_showing_p. 18 * keyboard.c (show_help_echo): Set help_echo_showing_p.