diff options
| author | Paul Eggert | 2012-04-15 18:18:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-15 18:18:13 -0700 |
| commit | 3539f31f03b40bafa0875de88e3a5d55558ba32c (patch) | |
| tree | 2ee0306fd2a493abe8b0ac1234e3a3e94fa41519 /src/ChangeLog | |
| parent | a041960a7ca40a5af684efb3e859edd9daae907d (diff) | |
| download | emacs-3539f31f03b40bafa0875de88e3a5d55558ba32c.tar.gz emacs-3539f31f03b40bafa0875de88e3a5d55558ba32c.zip | |
Fix minor ralloc.c problems found by static checking.
See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
(r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
(r_alloc_sbrk): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0fa21336900..06ae5016cf3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix minor ralloc.c problems found by static checking. | ||
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html | ||
| 5 | * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE) | ||
| 6 | (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused. | ||
| 7 | (r_alloc_sbrk): Now static. | ||
| 8 | |||
| 3 | Improve ralloc.c interface checking. | 9 | Improve ralloc.c interface checking. |
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html | 10 | See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html |
| 5 | * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc) | 11 | * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc) |