comparison src/ChangeLog @ 30576:e53905a0a16b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 03 Aug 2000 20:24:26 +0000
parents a363ab77020c
children c4e04757698b
comparison
equal deleted inserted replaced
30575:e8bd810181fb 30576:e53905a0a16b
1 2000-08-03 Gerd Moellmann <gerd@gnu.org>
2
3 * s/ia64.h: New file.
4
5 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
6 Use NULL instead of 0 at the end of variable argument list of
7 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
8 sizeof (int) < sizeof (void *).
9
10 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
11 of variable argument lists of XtVaGetValues and XtVaSetValues.
12
13 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
14 variable argument lists of XtVaGetValues and XtVaSetValues.
15
1 2000-08-02 Gerd Moellmann <gerd@gnu.org> 16 2000-08-02 Gerd Moellmann <gerd@gnu.org>
2 17
3 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. 18 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
4 (xrealloc, xmalloc): Use size_t. Some callers adjusted. 19 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
5 20