comparison src/ChangeLog @ 2133:5c7bc4e019e6

[xemacs-hg @ 2004-06-16 12:49:25 by malcolmp] Further fix for IA-64.
author malcolmp
date Wed, 16 Jun 2004 12:49:26 +0000
parents 34ca43a57692
children 3ceb3622efa3
comparison
equal deleted inserted replaced
2132:34ca43a57692 2133:5c7bc4e019e6
1 2004-06-16 Malcolm Purvis <malcolmp@xemacs.org>
2
3 * malloc.c (morecore): siz is a long because in some architectures
4 (eg ia-64) an int cannot hold the address range. Additional patch
5 from the SuSe distribution.
6
1 2004-06-15 Malcolm Purvis <malcolmp@xemacs.org> 7 2004-06-15 Malcolm Purvis <malcolmp@xemacs.org>
2 8
3 * emacs.c: 9 * emacs.c:
4 * malloc.c: lim_data is a long because in some architectures 10 * malloc.c: lim_data is a long because in some architectures
5 (eg ia-64) an int cannot hold the address range. 11 (eg ia-64) an int cannot hold the address range.