diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mem-limits.h | 2 |
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; | |||
| 102 | static POINTER data_space_start; | 102 | static 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 */ |
| 105 | static unsigned int lim_data; | 105 | static unsigned long lim_data; |
| 106 | 106 | ||
| 107 | #ifdef NO_LIM_DATA | 107 | #ifdef NO_LIM_DATA |
| 108 | static void | 108 | static void |