diff src/mem-limits.h @ 15643:3c6865102f3d

(lim_data): Make this an unsigned long.
author Karl Heuer <kwzh@gnu.org>
date Thu, 11 Jul 1996 23:41:28 +0000
parents 08bcd5d2c8ab
children 02044b05d8e0
line wrap: on
line diff
--- a/src/mem-limits.h	Thu Jul 11 23:35:37 1996 +0000
+++ b/src/mem-limits.h	Thu Jul 11 23:41:28 1996 +0000
@@ -102,7 +102,7 @@
 static POINTER data_space_start;
 
 /* Number of bytes of writable memory we can expect to be able to get */
-static unsigned int lim_data;
+static unsigned long lim_data;
 
 #ifdef NO_LIM_DATA
 static void