aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 18:10:42 -0700
committerPaul Eggert2012-04-15 18:10:42 -0700
commita041960a7ca40a5af684efb3e859edd9daae907d (patch)
treeef46ce849adbb532736fcd4243e200d84cac8b52 /src/ChangeLog
parent15142f279769f4eea233a0d73a3afc74db0e6082 (diff)
downloademacs-a041960a7ca40a5af684efb3e859edd9daae907d.tar.gz
emacs-a041960a7ca40a5af684efb3e859edd9daae907d.zip
Improve ralloc.c interface checking.
See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc) (r_alloc_free) [REL_ALLOC]: Move decls from here ... * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable) [REL_ALLOC]: ... to here, to check interface. * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]: Remove decls. This fixes an "It stinks!".
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 574bd27b9ab..0fa21336900 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 12012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Improve ralloc.c interface checking.
4 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
6 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
7 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
8 [REL_ALLOC]: ... to here, to check interface.
9 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
10 Remove decls. This fixes an "It stinks!".
11
3 * alloc.c (which_symbols): Fix alignment issue / type clash. 12 * alloc.c (which_symbols): Fix alignment issue / type clash.
4 13
52012-04-15 Andreas Schwab <schwab@linux-m68k.org> 142012-04-15 Andreas Schwab <schwab@linux-m68k.org>