diff options
| author | Paul Eggert | 2011-06-08 12:01:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-08 12:01:08 -0700 |
| commit | 211a0b2a705753ca0d3f8040f177f0d788298bb6 (patch) | |
| tree | 4adcbb2d4b0c996405b1874ee8ad0561c5998f17 /src/ChangeLog | |
| parent | 5a25e253b46a4f0def2361b1f34ff6c556f138ba (diff) | |
| download | emacs-211a0b2a705753ca0d3f8040f177f0d788298bb6.tar.gz emacs-211a0b2a705753ca0d3f8040f177f0d788298bb6.zip | |
* alloc.c (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 171d48cbe11..432cea6a624 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | (n_vectors, n_symbol_blocks, n_marker_blocks): Remove. | 13 | (n_vectors, n_symbol_blocks, n_marker_blocks): Remove. |
| 14 | These were 'int' variables that could overflow on 64-bit hosts; | 14 | These were 'int' variables that could overflow on 64-bit hosts; |
| 15 | they were never used, so remove them instead of repairing them. | 15 | they were never used, so remove them instead of repairing them. |
| 16 | (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'. | ||
| 16 | 17 | ||
| 17 | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. | 18 | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. |
| 18 | (allocate_vectorlike): Check for ptrdiff_t overflow. | 19 | (allocate_vectorlike): Check for ptrdiff_t overflow. |