aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem-limits.h
diff options
context:
space:
mode:
authorKarl Heuer1996-07-11 23:41:28 +0000
committerKarl Heuer1996-07-11 23:41:28 +0000
commit78c33db16e69b1ddad9f1158e96fd8adca3248aa (patch)
tree7844b96670d28bcbc8ce56f2c6de8aa1bde11752 /src/mem-limits.h
parentd5c847bb697d1934b49329f25e4075850d32cf2b (diff)
downloademacs-78c33db16e69b1ddad9f1158e96fd8adca3248aa.tar.gz
emacs-78c33db16e69b1ddad9f1158e96fd8adca3248aa.zip
(lim_data): Make this an unsigned long.
Diffstat (limited to 'src/mem-limits.h')
-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;
102static POINTER data_space_start; 102static POINTER data_space_start;
103 103
104/* Number of bytes of writable memory we can expect to be able to get */ 104/* Number of bytes of writable memory we can expect to be able to get */
105static unsigned int lim_data; 105static unsigned long lim_data;
106 106
107#ifdef NO_LIM_DATA 107#ifdef NO_LIM_DATA
108static void 108static void