From: Karl Heuer Date: Thu, 11 Jul 1996 23:41:28 +0000 (+0000) Subject: (lim_data): Make this an unsigned long. X-Git-Tag: emacs-19.34~219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78c33db16e69b1ddad9f1158e96fd8adca3248aa;p=emacs.git (lim_data): Make this an unsigned long. --- 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