Improve ralloc.c interface checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:10:42 +0000 (18:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:10:42 +0000 (18:10 -0700)
commita041960a7ca40a5af684efb3e859edd9daae907d
treeef46ce849adbb532736fcd4243e200d84cac8b52
parent15142f279769f4eea233a0d73a3afc74db0e6082
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!".
src/ChangeLog
src/buffer.c
src/lisp.h
src/m/ia64.h