Mercurial > emacs
comparison src/ChangeLog @ 46611:ae5b4f42f14c
*** empty log message ***
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 22 Jul 2002 02:19:34 +0000 |
parents | 848447fbaf9b |
children | 7ac7ae3b6a36 |
comparison
equal
deleted
inserted
replaced
46610:1eb106a10198 | 46611:ae5b4f42f14c |
---|---|
22 * buffer.c (mmap_realloc): When shrinking, make sure number of | 22 * buffer.c (mmap_realloc): When shrinking, make sure number of |
23 pages to unmap is rounded towards zero. | 23 pages to unmap is rounded towards zero. |
24 | 24 |
25 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted. | 25 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted. |
26 (XSETINT): Deleted. | 26 (XSETINT): Deleted. |
27 | |
28 * m/att3b.h (XINT): Don't define. | |
29 (VALBITS, VALMASK, XTYPE): Deleted. | |
30 (DATA_SEG_BITS): Define. | |
31 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET, | |
32 ARRAY_MARK_FLAG): Deleted. | |
33 (DATA_SEG_BITS): Define. | |
34 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. | |
35 (DATA_SEG_BITS): Define. | |
27 | 36 |
28 2002-07-20 Richard M. Stallman <rms@gnu.org> | 37 2002-07-20 Richard M. Stallman <rms@gnu.org> |
29 | 38 |
30 * print.c (print_error_message): New args CONTEXT and CALLER. | 39 * print.c (print_error_message): New args CONTEXT and CALLER. |
31 Calls changed. | 40 Calls changed. |