summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-11 23:41:28 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-11 23:41:28 +0000
commit532cbef7ae41709cd75a9d0bfd7501186280c623 (patch)
tree67d69647ea44e048e4a43cae21dc346462c237b3
parenta7440f88bf63105cff73701f86c6f0a2ae79c3d7 (diff)
downloademacs-532cbef7ae41709cd75a9d0bfd7501186280c623.tar.gz
(lim_data): Make this an unsigned long.
-rw-r--r--src/mem-limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h
index 54ffc4ba7c7..5b8d9cc7f9c 100644
--- a/src/mem-limits.h
+++ b/src/mem-limits.h
@@ -102,7 +102,7 @@ extern char etext;
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