* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Oct 2011 17:25:44 +0000 (10:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Oct 2011 17:25:44 +0000 (10:25 -0700)
commit196e41e4aec1a44ec5b6e9bed485185ba872ae67
tree26716d36f6e3e430393dce221fda3b5b03df34b3
parent021f2e1a47272350a4ab4f1a67baa32e1b41b68e
* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,

so that this new function doesn't get optimized away by a
whole-program optimizer.  Make the 2nd arg EMACS_INT, not int.
src/ChangeLog
src/alloc.c