diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-10 21:39:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-10 21:39:49 -0700 |
commit | 244ed9077fe7ccebbc15c7157cb45832f46a46d3 (patch) | |
tree | 4c3916d81881be940d2dd33d9abda979f88e5580 /src/xfont.c | |
parent | 955cbe7b1720f09b2991b7d981147d9cc79d52e3 (diff) | |
download | emacs-244ed9077fe7ccebbc15c7157cb45832f46a46d3.tar.gz |
alloc.c: Import and export fewer symbols, and remove unused items.
* lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
is defined.
(suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
it's not optimized away by whole-program optimization.
(message_enable_multibyte, free_misc): Remove.
(catchlist, handlerlist, mark_backtrace):
Declare only if BYTE_MARK_STACK.
(mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
* alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
(message_enable_multibyte): Remove decl.
(free_misc, interval_free_list, float_block, float_block_index):
(n_float_blocks, float_free_list, cons_block, cons_block_index):
(cons_free_list, last_marked_index):
Now static.
(suppress_checking, die): Define only if ENABLE_CHECKING is defined.
* eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
(mark_backtrace): Define only if BYTE_MARK_STACK.
* xdisp.c (message_enable_multibyte): Now static.
Diffstat (limited to 'src/xfont.c')
0 files changed, 0 insertions, 0 deletions