]> code.delx.au - gnu-emacs/blobdiff - src/ralloc.c
(ses-call-printer-return): Doc fix (Nil -> nil).
[gnu-emacs] / src / ralloc.c
index 35a8cb9c58a9749b8e06328fede08b759ab1e026..83a26dd35d666f5f63bee9718d2c25f6a86ad7ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Block-relocating memory allocator.
    Copyright (C) 1993, 1995, 2000, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc.
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -330,7 +330,7 @@ static void
 relinquish ()
 {
   register heap_ptr h;
-  int excess = 0;
+  long excess = 0;
 
   /* Add the amount of space beyond break_value
      in all heaps which have extend beyond break_value at all.  */