diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-15 20:38:40 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-15 20:38:40 -0700 |
commit | b62a57beb523298caa95c2d85c65eeb6e9af7af9 (patch) | |
tree | 26f5a8bdf3c68bced1be3eb2e09807e9123cd3bb /lisp/emacs-lisp/find-func.el | |
parent | 3539f31f03b40bafa0875de88e3a5d55558ba32c (diff) | |
download | emacs-b62a57beb523298caa95c2d85c65eeb6e9af7af9.tar.gz emacs-b62a57beb523298caa95c2d85c65eeb6e9af7af9.tar.bz2 emacs-b62a57beb523298caa95c2d85c65eeb6e9af7af9.zip |
Fix minor alloc.c problems found by static checking.
* alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
New extern decls, to avoid calling undeclared functions.
(dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
&& GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
(NEED_MEM_INSERT): New macro.
(mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
0 files changed, 0 insertions, 0 deletions