emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ralloc.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/ralloc.c,v
Date: Sun, 29 Oct 2006 21:54:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/10/29 21:54:18

Index: ralloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/ralloc.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- ralloc.c    6 Feb 2006 15:23:21 -0000       1.62
+++ ralloc.c    29 Oct 2006 21:54:18 -0000      1.63
@@ -330,7 +330,7 @@
 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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]