diff 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
line wrap: on
line diff
--- a/src/malloc.c	Wed Jun 16 10:32:59 2004 +0000
+++ b/src/malloc.c	Wed Jun 16 12:01:19 2004 +0000
@@ -285,7 +285,7 @@
 static char busy[30];
 
 /* Number of bytes of writable memory we can expect to be able to get */
-extern unsigned int lim_data;
+extern unsigned long lim_data;
 
 /* Level number of warnings already issued.
   0 -- no warnings issued.