Mercurial > hg > xemacs-beta
diff src/emacs.c @ 2132:34ca43a57692
[xemacs-hg @ 2004-06-16 12:01:17 by malcolmp]
IA-64 compilation and unaligned access fixes.
author | malcolmp |
---|---|
date | Wed, 16 Jun 2004 12:01:19 +0000 |
parents | d82ed7be1636 |
children | 9361a78f86a0 |
line wrap: on
line diff
--- a/src/emacs.c Wed Jun 16 10:32:59 2004 +0000 +++ b/src/emacs.c Wed Jun 16 12:01:19 2004 +0000 @@ -402,7 +402,7 @@ /* Number of bytes of writable memory we can expect to be able to get: Leave this as an unsigned int because it could potentially be 4G */ -unsigned int lim_data; +unsigned long lim_data; /* WARNING!