comparison src/ChangeLog @ 31908:06869c11cb90

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 13:03:24 +0000
parents d459e68ca9e8
children 4aaae541c486
comparison
equal deleted inserted replaced
31907:b786c3535d32 31908:06869c11cb90
1 2000-09-26 Gerd Moellmann <gerd@gnu.org> 1 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2
3 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
4 instead of BITS_PER_INT.
5 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
6 EMACS_UINT, respectively.
7 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
8
9 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
10
11 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
2 12
3 * window.c (freeze_window_starts): Construct last argument for 13 * window.c (freeze_window_starts): Construct last argument for
4 foreach_window differently. 14 foreach_window differently.
5 15
6 * xfns.c (x_decode_color): Don't return a Lisp_Object. 16 * xfns.c (x_decode_color): Don't return a Lisp_Object.