Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2131:646a9dd3e204 | 2132:34ca43a57692 |
---|---|
400 uintptr_t bss_end = 0; | 400 uintptr_t bss_end = 0; |
401 #endif | 401 #endif |
402 | 402 |
403 /* Number of bytes of writable memory we can expect to be able to get: | 403 /* Number of bytes of writable memory we can expect to be able to get: |
404 Leave this as an unsigned int because it could potentially be 4G */ | 404 Leave this as an unsigned int because it could potentially be 4G */ |
405 unsigned int lim_data; | 405 unsigned long lim_data; |
406 | 406 |
407 /* WARNING! | 407 /* WARNING! |
408 | 408 |
409 Some LISP-visible command-line options are set by XEmacs _before_ the | 409 Some LISP-visible command-line options are set by XEmacs _before_ the |
410 data is dumped in building a --pdump XEmacs, but used _after_ it is | 410 data is dumped in building a --pdump XEmacs, but used _after_ it is |