aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 18:18:13 -0700
committerPaul Eggert2012-04-15 18:18:13 -0700
commit3539f31f03b40bafa0875de88e3a5d55558ba32c (patch)
tree2ee0306fd2a493abe8b0ac1234e3a3e94fa41519 /src/ChangeLog
parenta041960a7ca40a5af684efb3e859edd9daae907d (diff)
downloademacs-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/ChangeLog6
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 @@
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 12012-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)