diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index fea9ea5d0a8..83a26dd35d6 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -330,7 +330,7 @@ static void | |||
| 330 | relinquish () | 330 | relinquish () |
| 331 | { | 331 | { |
| 332 | register heap_ptr h; | 332 | register heap_ptr h; |
| 333 | int excess = 0; | 333 | long excess = 0; |
| 334 | 334 | ||
| 335 | /* Add the amount of space beyond break_value | 335 | /* Add the amount of space beyond break_value |
| 336 | in all heaps which have extend beyond break_value at all. */ | 336 | in all heaps which have extend beyond break_value at all. */ |