]> git.eshelyaron.com Git - emacs.git/commit
Simplify XPNTR
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2019 04:45:04 +0000 (21:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2019 04:45:37 +0000 (21:45 -0700)
commit418400ab7b36d873905f5ab5e1e07f2bdbd05f9c
tree4987342d606912d636c2e631043d576a969b96c5
parente85bff0bbb60e1d819f8f5e00f8496026f27f7ea
Simplify XPNTR

Because XPNTR now uses ATTRIBUTE_NO_SANITIZE_UNDEFINED,
it can be simplified.
* src/alloc.c (macro_PNTR_ADD, PNTR_ADD, macro_XPNTR): Remove.
(XPNTR): Open-code rather than using the removed macros and
functions.  Also, simplify by using LISP_WORD_TAG.
src/alloc.c