Mercurial > emacs
changeset 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 | 6a3622bb0f31 |
children | 3b4678aa4e9f |
files | src/mem-limits.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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