]> git.eshelyaron.com Git - emacs.git/commit
Merge pdumper.c and alloc.c builtin symbol tests
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 18:18:16 +0000 (11:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 18:18:58 +0000 (11:18 -0700)
commita48726ebae2f44ed15b97cb72bc7eca199d8de47
tree169d78ee718c9e8617df4de4175e0d82056f863f
parent3479ec7332a474b3400cbc6b681c2a1f5637db94
Merge pdumper.c and alloc.c builtin symbol tests

* src/alloc.c (c_symbol_p): Move from here ...
* src/lisp.h (c_symbol_p): ... to here, and make it more portable
to hypothetical platforms where pointers are wider than ptrdiff_t.
* src/pdumper.c (dump_builtin_symbol_p): Use c_symbol_p.
src/alloc.c
src/lisp.h
src/pdumper.c