diff options
| author | Miles Bader | 2006-10-30 08:54:41 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-30 08:54:41 +0000 |
| commit | 503be82149af57edcba384554e0f268b9a9551e1 (patch) | |
| tree | d4a7bbe12b22462bbf427fffeb889ebcf5da6782 /src/ralloc.c | |
| parent | 4b89b5e297a9fc832d51f47f02c264308dd6da13 (diff) | |
| parent | ab785936c82ac81edb8b20ac27c0558bc04797e5 (diff) | |
| download | emacs-503be82149af57edcba384554e0f268b9a9551e1.tar.gz emacs-503be82149af57edcba384554e0f268b9a9551e1.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 476-489)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 153-160)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
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. */ |