Mercurial > hg > xemacs-beta
comparison src/malloc.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 | 13e47461d509 |
children | 5c7bc4e019e6 |
comparison
equal
deleted
inserted
replaced
2131:646a9dd3e204 | 2132:34ca43a57692 |
---|---|
283 /* busy[i] is nonzero while allocation of block size i is in progress. */ | 283 /* busy[i] is nonzero while allocation of block size i is in progress. */ |
284 | 284 |
285 static char busy[30]; | 285 static char busy[30]; |
286 | 286 |
287 /* Number of bytes of writable memory we can expect to be able to get */ | 287 /* Number of bytes of writable memory we can expect to be able to get */ |
288 extern unsigned int lim_data; | 288 extern unsigned long lim_data; |
289 | 289 |
290 /* Level number of warnings already issued. | 290 /* Level number of warnings already issued. |
291 0 -- no warnings issued. | 291 0 -- no warnings issued. |
292 1 -- 75% warning already issued. | 292 1 -- 75% warning already issued. |
293 2 -- 85% warning already issued. | 293 2 -- 85% warning already issued. |