aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c2
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
330relinquish () 330relinquish ()
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. */